smart_ip.routing.yml in Smart IP 8.4
Same filename and directory in other branches
7 string references to YAML keys in smart_ip.routing.yml
- SmartIp::isUserDebugMode in src/
SmartIp.php - Check if the current user is in debug mode.
- SmartIp::updateFields in src/
SmartIp.php - Update the values of location fields.
- SmartIp::updateUserLocation in src/
SmartIp.php - Update user's location only if the IP address stored in session is not the same as the IP address detected by the server or debug mode IP.
- SmartIpAdminSettingsForm::buildForm in src/
Form/ SmartIpAdminSettingsForm.php - Form constructor.
- SmartIpAdminSettingsForm::getEditableConfigNames in src/
Form/ SmartIpAdminSettingsForm.php - Gets the configuration names that will be editable.
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'