function Node::postDelete
Same name in other branches
- 9 core/modules/node/src/Entity/Node.php \Drupal\node\Entity\Node::postDelete()
- 8.9.x core/modules/node/src/Entity/Node.php \Drupal\node\Entity\Node::postDelete()
- 10 core/modules/node/src/Entity/Node.php \Drupal\node\Entity\Node::postDelete()
Overrides EntityBase::postDelete
File
-
core/
modules/ node/ src/ Entity/ Node.php, line 189
Class
- Node
- Defines the node entity class.
Namespace
Drupal\node\EntityCode
public static function postDelete(EntityStorageInterface $storage, array $nodes) {
parent::postDelete($storage, $nodes);
\Drupal::service('node.grant_storage')->deleteNodeRecords(array_keys($nodes));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.