hook_path_delete
  • References/PHP/Drupal/Path/path.api

hook_path_delete($path) Respond to a path being deleted. Parameters

2025-01-10 15:47:30
PathFormBase::$path
  • References/PHP/Drupal/Path/src/Form/PathFormBase

An array containing the path ID, source, alias, and language code. Type:

2025-01-10 15:47:30
AliasManagerInterface::getPathByAlias
  • References/PHP/Drupal/Path/AliasManagerInterface

public AliasManagerInterface::getPathByAlias($alias, $langcode

2025-01-10 15:47:30
AliasStorageInterface::lookupPathSource
  • References/PHP/Drupal/Path/AliasStorageInterface

public AliasStorageInterface::lookupPathSource($path, $

2025-01-10 15:47:30
AliasManagerInterface::cacheClear
  • References/PHP/Drupal/Path/AliasManagerInterface

public AliasManagerInterface::cacheClear($source = NULL)

2025-01-10 15:47:30
AliasStorage::TABLE
  • References/PHP/Drupal/Path/AliasStorage

The table for the url_alias storage. File core/lib/Drupal/Core/Path/AliasStorage.php, line 24

2025-01-10 15:47:30
AliasManager
  • References/PHP/Drupal/Path/AliasManager

The default alias manager implementation. Hierarchy class \Drupal\Core\Path\

2025-01-10 15:47:30
AliasManager::getAliasByPath
  • References/PHP/Drupal/Path/AliasManager

public AliasManager::getAliasByPath($path, $langcode = NULL)

2025-01-10 15:47:30
PathFormBase::$aliasManager
  • References/PHP/Drupal/Path/src/Form/PathFormBase

The path alias manager. Type:

2025-01-10 15:47:30
AliasManager::$storage
  • References/PHP/Drupal/Path/AliasManager

The alias storage service. Type:

2025-01-10 15:47:30