You are here

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

Class

Drupal\restrict_by_ip\LoginFirewall
1 string reference to restrict_by_ip.login_firewall
restrict_by_ip_user_login in ./restrict_by_ip.module
Implements hook_user_login().

File

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

View source
  1. class: Drupal\restrict_by_ip\LoginFirewall
  2. arguments:
  3. - '@restrict_by_ip.ip_tools'
  4. - '@config.factory'
  5. - '@logger.factory'
  6. - '@unrouted_url_assembler'