1 path.module path_entity_delete(Entity $entity)

Implements hook_entity_delete().

File

core/modules/path/path.module, line 543
Enables users to customize URLs and provide automatic URL alias patterns.

Code

function path_entity_delete(Entity $entity) {
  path_delete_all_by_entity($entity);
}