elasticsearch_connector.routing.yml in Elasticsearch Connector 8.6
Same filename and directory in other branches
6 string references to YAML keys in elasticsearch_connector.routing.yml
- ClusterDeleteForm::getCancelUrl in src/
Form/ ClusterDeleteForm.php - Returns the route to go to if the user cancels the action.
- ClusterDeleteForm::submitForm in src/
Form/ ClusterDeleteForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ClusterForm::save in src/
Form/ ClusterForm.php - Form submission handler for the 'save' action.
- IndexDeleteForm::getCancelUrl in src/
Form/ IndexDeleteForm.php - Returns the route to go to if the user cancels the action.
- IndexDeleteForm::submitForm in src/
Form/ IndexDeleteForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
File
elasticsearch_connector.routing.ymlView source
- elasticsearch_connector.config_entity.list:
- path: '/admin/config/search/elasticsearch-connector'
- defaults:
- _title: 'Elasticsearch Connector'
- _entity_list: 'elasticsearch_cluster'
- requirements:
- _permission: 'administer elasticsearch connector'