Frontend | Backend | Api

Admin default templates (Backend)

This page contains an overview of the default templates for the Admin module.

The overview is generated based on controllers using the specified template as their default layout and containing GET methods; thus depending on the configuration the controller might not use the template at all or other controllers might use the template too.
The table is only meant as a first orientation which ResponseVariables can likely be expected when working with the template.

File Controller GET Response variables GET Description
admin/backend/audit-log/manage.html AuditLog\Manage Retrieve available records and assign them to the template for editing.
admin/backend/jobs/manage.html Jobs\Manage
Name Type Description
jobs Collection (Job) Collection of Jobs
Retrieve available records and assign them to the template for editing.
admin/backend/menu-elements/add.html MenuElements\Add
Name Type Description
menuElement MenuElement Single (empty) MenuElement record
Add a new record. Assigns an empty record to the template.
admin/backend/menu-elements/edit.html MenuElements\Edit
Name Type Description
menuElement MenuElement Retrieved MenuElement record
Retrieve a single record and display the edit page for the record
admin/backend/menu-elements/manage.html MenuElements\Manage
Name Type Description
menuElements Collection (MenuElement) Collection of MenuElements
Retrieve available records and assign them to the template for editing.