You are here

constant PermissionsByEntityEvents::ENTITY_FIELD_VALUE_ACCESS_DENIED_EVENT in Permissions by Term 8

Same name and namespace in other branches
  1. 8.2 modules/permissions_by_entity/src/Event/PermissionsByEntityEvents.php \Drupal\permissions_by_entity\Event\PermissionsByEntityEvents::ENTITY_FIELD_VALUE_ACCESS_DENIED_EVENT

Entity Field Value Access Denied event.

This event occurs when the access to a referenced fieldable entity is denied for a user.

Plugin annotation

@Event('Drupal/booking/Event/CreateTourbookBookingIframeUrlEvent');

File

modules/permissions_by_entity/src/Event/PermissionsByEntityEvents.php, line 20

Class

PermissionsByEntityEvents
Class PermissionsByEntity.

Namespace

Drupal\permissions_by_entity\Event

Code

const ENTITY_FIELD_VALUE_ACCESS_DENIED_EVENT = 'permissions_by_entity.entity_field_value_access_denied_event';