Opened 9 years ago
Last modified 9 years ago
#26376 closed Cleanup/optimization
Docs for `get_template_names` — at Initial Version
Reported by: | Thomas Güttler | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.9 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I am missing what "search" means in the current docs of get_template_names
:
Returns a list of template names to search for when rendering the template.
If template_name is specified, the default implementation will return a list containing template_name (if it is specified).
What kind of searching does happen here?
I don't understand why a list gets returned and not a single name.
Note:
See TracTickets
for help on using tickets.