public EntityManager::onEntityTypeDelete(EntityTypeInterface $entity_type)
Overrides EntityTypeListenerInterface::onEntityTypeDelete
File
- core/lib/Drupal/Core/Entity/EntityManager.php, line 401
Class
- EntityManager
- Provides a wrapper around many other services relating to entities.
Namespace
Drupal\Core\Entity
Code
public function onEntityTypeDelete(EntityTypeInterface $entity_type) { $this->container->get('entity_type.listener')->onEntityTypeDelete($entity_type); }
Please login to continue.