function menu_link_content_path_alias_delete

Implements hook_ENTITY_TYPE_delete() for 'path_alias'.

File

core/modules/menu_link_content/menu_link_content.module, line 94

Code

function menu_link_content_path_alias_delete(PathAliasInterface $path_alias) {
  _menu_link_content_update_path_alias($path_alias->getAlias());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.