function domain_path_entity_translation_delete in Domain Path 8
Implements hook_entity_translation_delete().
File
- ./
domain_path.module, line 36 - Path alias handling for multiple domains.
Code
function domain_path_entity_translation_delete(EntityInterface $translation) {
\Drupal::service('domain_path.helper')
->deleteEntityDomainPaths($translation);
}