Frontend | Backend | Api

CustomEntities default templates (Frontend)

This page contains an overview of the default templates for the CustomEntities 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
custom-entities/records/index.html Records\Index
Name Type Description
records Collection (Record) Collection of Records
Retrieve a list of records and assign them to the template.
custom-entities/records/show.html Records\Show
Name Type Description
record Record Single Record record
Show a single record