addClient |
GET /cdna-admin/sites/add-client
|
Name |
Type |
Description |
client |
Client
|
Single (empty) Client 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. |
editClient |
GET /cdna-admin/sites/client/{id}
|
Name |
Type |
Description |
client |
Client
|
Retrieved Client 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 |
manageClients |
GET /cdna-admin/sites/clients
|
Name |
Type |
Description |
clients |
Collection (Client)
|
Collection of Clients
|
_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. |
addSite |
GET /cdna-admin/sites/add-site
|
Name |
Type |
Description |
site |
Site
|
Single (empty) Site 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. |
editSite |
GET /cdna-admin/sites/site/{id}
|
Name |
Type |
Description |
site |
Site
|
Retrieved Site 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 |
manageSites |
GET /cdna-admin/sites/sites/{client.id}
|
Name |
Type |
Description |
sites |
Collection (Site)
|
Collection of Sites
|
_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. |
addSiteData |
GET /cdna-admin/sites/add-site-data
|
Name |
Type |
Description |
siteData |
SiteData
|
Single (empty) SiteData 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. |
editSiteData |
GET /cdna-admin/sites/site-data/{id}
|
Name |
Type |
Description |
siteData |
SiteData
|
Retrieved SiteData 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 |
manageSiteData |
GET /cdna-admin/sites/site-data
|
Name |
Type |
Description |
siteData |
Collection (SiteData)
|
Collection of SiteData
|
_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. |
addEnvironment |
GET /cdna-admin/sites/add-environment/{site.id}
|
Name |
Type |
Description |
environment |
Environment
|
Single (empty) Environment 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. |
editEnvironment |
GET /cdna-admin/sites/environment/{id}
|
Name |
Type |
Description |
environment |
Environment
|
Retrieved Environment 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 |
manageEnvironments |
GET /cdna-admin/sites/environments/{site.id}
|
Name |
Type |
Description |
environments |
Collection (Environment)
|
Collection of Environments
|
_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. |