You are here

service access_check.unflag_lists.action in Flag Lists 8

Same name and namespace in other branches
  1. 4.0.x flag_lists.services.yml \access_check.unflag_lists.action

Class

Drupal\flag_lists\Access\UnFlagListsAccessCheck

Tags

  • access_check

File

./flag_lists.services.yml
flag_lists.services.yml

View source
  1. class: Drupal\flag_lists\Access\UnFlagListsAccessCheck
  2. public: true
  3. decorates: access_check.unflag.action
  4. decoration_priority: 5
  5. arguments:
  6. - '@flag'
  7. tags:
  8. - { name: access_check, applies_to: _unflag_access }