restrict_ip.settings.yml in Restrict IP 8
Same filename and directory in other branches
  config/install/restrict_ip.settings.yml
5 string references to 'restrict_ip.settings'
- ConfigForm::buildForm in src/Form/ ConfigForm.php 
- Form constructor.
- ConfigForm::getEditableConfigNames in src/Form/ ConfigForm.php 
- *
- PageController::accessDeniedPage in src/Controller/ PageController.php 
- *
- RestrictIpEventSubscriber::__construct in src/EventSubscriber/ RestrictIpEventSubscriber.php 
- * Creates an instance of the RestrictIpEventSubscriber class * *
- RestrictIpService::__construct in src/Service/ RestrictIpService.php 
- * Constructs a RestrictIpService object * *
File
config/install/restrict_ip.settings.ymlView source
- # D7 variable - restrict_ip_enable
- # Inidicates whether the module restrictions should be applied at runtime
- enable: false
- 
- # D7 variable - restrict_ip_mail_address
- # An optional email address that can be displayed to users when access is restricted
- mail_address: ''
- 
- # D7 variable - restrict_ip_watchdog
- # A boolean indicating whether the or not to log access attempts to the drupal log
- dblog: false
- 
- # D7 variable - restrict_ip_allow_role_bypass
- # A boolean indicating whether access restriction bypasses can be configured by role
- allow_role_bypass: false
- 
- # D7 variable - restrict_ip_bypass_action
- # A key indicating what action should be performed when bypasses are allowed by role, but users are not logged in
- bypass_action: 'provide_link_login_page'
- 
- # D7 variable - restrict_ip_white_black_list
- # An integer indicating how to check bypass restrictions.
- #   0 = check access on all paths
- #   1 = check on all paths except the paths given in page_whitelist
- #   2 = check only on paths given in page_blacklist
- white_black_list: 0
