You are here

function role_watchdog_user_delete in Role Watchdog 8

Implements hook_ENTITY_TYPE_delete().

File

./role_watchdog.module, line 94
Contains role_watchdog.module.

Code

function role_watchdog_user_delete(EntityInterface $account) {

  // TODO: different actions according to account cancellation.
}