smart_ip.routing.yml in Smart IP 8.2
Same filename and directory in other branches
3 string references to YAML keys in smart_ip.routing.yml
- SmartIpAdminSettingsForm::buildForm in src/
Form/ SmartIpAdminSettingsForm.php - Form constructor.
- SmartIpAdminSettingsForm::getEditableConfigNames in src/
Form/ SmartIpAdminSettingsForm.php - Gets the configuration names that will be editable.
- smart_ip_help in ./
smart_ip.module - Implements hook_help().
File
smart_ip.routing.ymlView source
- smart_ip.settings:
- path: '/admin/config/people/smart_ip'
- defaults:
- _form: 'Drupal\smart_ip\Form\SmartIpAdminSettingsForm'
- _title: 'Configure the Smart IP settings'
- requirements:
- _permission: 'administer smart_ip'