service restrict_by_ip.role_firewall in Restrict Login or Role Access by IP Address 8.4
Class
Drupal\restrict_by_ip\RoleFirewall2 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
View source
- class: Drupal\restrict_by_ip\RoleFirewall
- arguments:
- - '@restrict_by_ip.ip_tools'
- - '@config.factory'
- - '@entity_type.manager'