custom-entities/backend/definitions/add.html |
Definitions\Add |
Name |
Type |
Description |
definition |
Definition
|
Single (empty) Definition record
|
_messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
_currentSite |
Site
|
Current site
|
_url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
_request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
_configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
__ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
_validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Add a new record. Assigns an empty record to the template. |
custom-entities/backend/definitions/edit.html |
Definitions\Edit |
Name |
Type |
Description |
definition |
Definition
|
Retrieved Definition record
|
_messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
_currentSite |
Site
|
Current site
|
_url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
_request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
_configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
__ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
_validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve a single record and display the edit page for the record |
custom-entities/backend/definitions/manage.html |
Definitions\Manage |
Name |
Type |
Description |
definitions |
Collection (Definition)
|
Collection of Definitions
|
_messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
_currentSite |
Site
|
Current site
|
_url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
_request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
_configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
__ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
_validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve available records and assign them to the template for editing. |
custom-entities/backend/records/add.html |
Records\Add |
Name |
Type |
Description |
record |
Record
|
Single (empty) Record record
|
_messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
_currentSite |
Site
|
Current site
|
_url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
_request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
_configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
__ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
_validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Add a new record. Assigns an empty record to the template. |
custom-entities/backend/records/edit.html |
Records\Edit |
Name |
Type |
Description |
record |
Record
|
Retrieved Record record
|
_messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
_currentSite |
Site
|
Current site
|
_url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
_request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
_configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
__ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
_validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve a single record and display the edit page for the record |
custom-entities/backend/records/manage.html |
Records\Manage |
Name |
Type |
Description |
records |
Collection (Record)
|
Collection of Records
|
_messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
_currentSite |
Site
|
Current site
|
_url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
_request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
_configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
__ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
_validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve available records and assign them to the template for editing. |