yaml_editor.routing.yml in YAML editor 8
2 string references to YAML keys in yaml_editor.routing.yml
- ConfigForm::buildForm in src/
Form/ ConfigForm.php - Form constructor.
- ConfigForm::getEditableConfigNames in src/
Form/ ConfigForm.php - Gets the configuration names that will be editable.
File
yaml_editor.routing.ymlView source
- yaml_editor.config:
- path: '/admin/config/development/yaml_editor'
- defaults:
- _form: '\Drupal\yaml_editor\Form\ConfigForm'
- _title: 'YAML editor'
- requirements:
- _permission: 'configure yaml_editor'