addtohomescreen.routing.yml in Add to homescreen 8
3 string references to YAML keys in addtohomescreen.routing.yml
- AddToHomescreenForm::buildForm in src/
Form/ AddToHomescreenForm.php - Form constructor.
- AddToHomescreenForm::getEditableConfigNames in src/
Form/ AddToHomescreenForm.php - Gets the configuration names that will be editable.
- addtohomescreen_page_attachments in ./
addtohomescreen.module - Implements hook_page_attachments().
File
addtohomescreen.routing.ymlView source
- addtohomescreen.settings:
- path: '/admin/config/user-interface/addtohomescreen'
- defaults:
- _form: 'Drupal\addtohomescreen\Form\AddToHomescreenForm'
- _title: 'Add to Homescreen'
- requirements:
- _permission: 'administer add to homescreen'