You are here

Classes, traits, and interfaces in Restrict Login or Role Access by IP Address 8.4

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AccountProxy class Drupal\restrict_by_ip\Session src/Session/AccountProxy.php When the current user is loaded, remove any roles that are restricted based on IP whitelists. Proxy all other method calls to the original current_user service.
FirewallSubscriber class Drupal\restrict_by_ip\EventSubscriber src/EventSubscriber/FirewallSubscriber.php Class FirewallSubscriber. 2
GeneralSettingsForm class Drupal\restrict_by_ip\Form src/Form/GeneralSettingsForm.php Class GeneralSettingsForm. 1
InvalidIPException class Drupal\restrict_by_ip\Exception src/Exception/InvalidIPException.php 5
IPOutOfRangeException class Drupal\restrict_by_ip\Exception src/Exception/IPOutOfRangeException.php 3
IPTools class Drupal\restrict_by_ip src/IPTools.php Class IPTools. 1 2
IPToolsInterface interface Drupal\restrict_by_ip src/IPToolsInterface.php Interface IPToolsInterface. 1 5
LoginFirewall class Drupal\restrict_by_ip src/LoginFirewall.php Class LoginFirewall. 2
LoginFirewallInterface interface Drupal\restrict_by_ip src/LoginFirewallInterface.php Interface LoginFirewallInterface. 1 1
LoginSettingsForm class Drupal\restrict_by_ip\Form src/Form/LoginSettingsForm.php Class LoginSettingsForm. 1
LoginTest class Drupal\restrict_by_ip\Tests src/Tests/LoginTest.php Tests logins are restricted to certain IP address range(s).
RedirectTest class Drupal\restrict_by_ip\Tests src/Tests/RedirectTest.php Tests user is redirected when login denied.
RestrictByIpServiceProvider class Drupal\restrict_by_ip src/RestrictByIpServiceProvider.php Rename current_user service and replace with one provided by restrict_by_ip module.
RestrictByIPWebTestBase class Drupal\restrict_by_ip\Tests src/Tests/RestrictByIPWebTestBase.php Setup shared data and determine IP ranges to use for current testing environment. 4
RoleFirewall class Drupal\restrict_by_ip src/RoleFirewall.php Class RoleFirewall. 2
RoleFirewallInterface interface Drupal\restrict_by_ip src/RoleFirewallInterface.php Interface RoleFirewallInterface. 1 1
RoleSettingsForm class Drupal\restrict_by_ip\Form src/Form/RoleSettingsForm.php Class RoleSettingsForm. 1
RoleTest class Drupal\restrict_by_ip\Tests src/Tests/RoleTest.php Tests roles are restricted to certain IP address range(s).
UiTest class Drupal\restrict_by_ip\Tests src/Tests/UiTest.php Test admin interfaces.
UnitTest class Drupal\Tests\restrict_by_ip\Unit tests/src/Unit/UnitTest.php Test the restrict by ip module.
UserSettingsForm class Drupal\restrict_by_ip\Form src/Form/UserSettingsForm.php Class UserSettingsForm. 1

Other projects