You are here

service user_restrictions.manager in User restrictions 8

Class

Drupal\user_restrictions\UserRestrictionsManager
1 string reference to user_restrictions.manager
user_restrictions_validate in ./user_restrictions.module
Validation function to determine if the user is allowed on the site.

File

./user_restrictions.services.yml
user_restrictions.services.yml

View source
  1. class: Drupal\user_restrictions\UserRestrictionsManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@user_restrictions.type_manager'
  5. - '@logger.channel.user_restrictions'