You are here

service restrict_by_ip.role_firewall in Restrict Login or Role Access by IP Address 8.4

Class

Drupal\restrict_by_ip\RoleFirewall
2 string references to restrict_by_ip.role_firewall
RestrictByIpServiceProvider::alter in src/RestrictByIpServiceProvider.php
Modifies existing service definitions.
restrict_by_ip_user_load in ./restrict_by_ip.module
When a user entity is loaded, remove any roles that are restricted based on IP whitelists.

File

./restrict_by_ip.services.yml
restrict_by_ip.services.yml

View source
  1. class: Drupal\restrict_by_ip\RoleFirewall
  2. arguments:
  3. - '@restrict_by_ip.ip_tools'
  4. - '@config.factory'
  5. - '@entity_type.manager'