You are here

function flag_user_cancel in Flag 8.4

Same name and namespace in other branches
  1. 7.3 flag.module \flag_user_cancel()
  2. 7.2 flag.module \flag_user_cancel()

Implements hook_user_cancel().

File

./flag.module, line 533
The Flag module.

Code

function flag_user_cancel($edit, $account, $method) {
  \Drupal::service('flag')
    ->userFlagRemoval($account);
}