Phoenix.Template.find_all

You're seeing just the function find_all, go back to Phoenix.Template module for more information.
Link to this function

find_all(root, pattern \\ "*", engines \\ engines())

View Source

Specs

find_all(root(), pattern :: String.t(), %{required(atom()) => module()}) :: [
  path()
]

Returns all template paths in a given template root.