You are here

constant HookEventDispatcherInterface::USER_CANCEL in Hook Event Dispatcher 8

Same name and namespace in other branches
  1. 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::USER_CANCEL
  2. 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::USER_CANCEL

Act on user account cancellations.

See also

hook_event_dispatcher_user_cancel()

hook_user_cancel()

File

src/HookEventDispatcherInterface.php, line 616

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

const USER_CANCEL = 'hook_event_dispatcher.user.cancel';