You are here

21 string references to 'restrict_by_ip.settings' in Restrict Login or Role Access by IP Address 8.4

GeneralSettingsForm::buildForm in src/Form/GeneralSettingsForm.php
Form constructor.
GeneralSettingsForm::getEditableConfigNames in src/Form/GeneralSettingsForm.php
Gets the configuration names that will be editable.
IPTools::__construct in src/IPTools.php
LoginFirewall::__construct in src/LoginFirewall.php
LoginSettingsForm::buildForm in src/Form/LoginSettingsForm.php
Form constructor.
LoginSettingsForm::getEditableConfigNames in src/Form/LoginSettingsForm.php
Gets the configuration names that will be editable.
LoginTest::testUserDelete in src/Tests/LoginTest.php
RestrictByIPWebTestBase::setUp in src/Tests/RestrictByIPWebTestBase.php
Sets up a Drupal site for running functional and integration tests.
restrict_by_ip_form_alter in ./restrict_by_ip.module
Implements hook_form_alter().
restrict_by_ip_user_delete in ./restrict_by_ip.module
Implements hook_user_delete().
restrict_by_ip_user_profile_submit in ./restrict_by_ip.module
Custom submit function for the user_profile_form page.
restrict_by_ip_user_role_delete in ./restrict_by_ip.module
Implements hook_user_role_delete().
RoleFirewall::__construct in src/RoleFirewall.php
RoleSettingsForm::buildForm in src/Form/RoleSettingsForm.php
Form constructor.
RoleSettingsForm::getEditableConfigNames in src/Form/RoleSettingsForm.php
Gets the configuration names that will be editable.
RoleTest::testUIRoleDeleted in src/Tests/RoleTest.php
RoleTest::testUIRoleRenamed in src/Tests/RoleTest.php
UserSettingsForm::buildForm in src/Form/UserSettingsForm.php
Form constructor.
UserSettingsForm::getEditableConfigNames in src/Form/UserSettingsForm.php
Gets the configuration names that will be editable.
UserSettingsForm::submitForm in src/Form/UserSettingsForm.php
Form submission handler.
UserSettingsForm::validateForm in src/Form/UserSettingsForm.php
Form validation handler.