function WorkspaceProviderInterface::entityDelete
Same name and namespace in other branches
- 11.x core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php \Drupal\workspaces\Provider\WorkspaceProviderInterface::entityDelete()
Acts after an entity has been deleted.
Parameters
\Drupal\Core\Entity\EntityInterface $entity: The entity that was deleted.
1 method overrides WorkspaceProviderInterface::entityDelete()
- WorkspaceProviderBase::entityDelete in core/
modules/ workspaces/ src/ Provider/ WorkspaceProviderBase.php - Acts after an entity has been deleted.
File
-
core/
modules/ workspaces/ src/ Provider/ WorkspaceProviderInterface.php, line 117
Class
- WorkspaceProviderInterface
- Provides the interface for workspace providers.
Namespace
Drupal\workspaces\ProviderCode
public function entityDelete(EntityInterface $entity) : void;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.