function User::postDelete
Overrides EntityBase::postDelete
File
-
core/
modules/ user/ src/ Entity/ User.php, line 147
Class
- User
- Defines the user entity class.
Namespace
Drupal\user\EntityCode
public static function postDelete(EntityStorageInterface $storage, array $entities) {
parent::postDelete($storage, $entities);
$uids = array_keys($entities);
\Drupal::service('user.data')->delete(NULL, $uids);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.