ez.no / exponential / documentation / reference / data fetching / class / override_template_list
fetch( 'class', 'override_template_list',
hash( 'class_id', _id ) )
| Name | Type | Description | Required |
|---|---|---|---|
| class_id | integer | ID of class to check | Yes. |
An array with overrides that matched the class
Will figure out which override templates relates to the specified class ID and return an array of override structures.
Each structure is an array with these entries
Templates relating to folder class. {section var=override loop=fetch( 'class', 'override_template_list', hash( 'class_id', 1 ) )} {$override.target} ({$override.source}) {/section}
Log in or create a user account to comment.
Comments