Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
AliasStorage::$entityTypeManager property core/lib/Drupal/Core/Path/AliasStorage.php The entity type manager.
AliasStorage::$moduleHandler property core/lib/Drupal/Core/Path/AliasStorage.php The module handler.
AliasStorage::addLanguageFallback function core/lib/Drupal/Core/Path/AliasStorage.php Adds path alias language fallback conditions to a select query object.
AliasStorage::aliasExists function core/lib/Drupal/Core/Path/AliasStorage.php Checks if alias already exists.
AliasStorage::delete function core/lib/Drupal/Core/Path/AliasStorage.php Deletes a URL alias.
AliasStorage::getAliasesForAdminListing function core/lib/Drupal/Core/Path/AliasStorage.php Loads aliases for admin listing.
AliasStorage::getBaseQuery function core/lib/Drupal/Core/Path/AliasStorage.php Returns a SELECT query for the path_alias base table.
AliasStorage::getPathAliasEntityStorage function core/lib/Drupal/Core/Path/AliasStorage.php Returns the path alias entity storage handler.
AliasStorage::languageAliasExists function core/lib/Drupal/Core/Path/AliasStorage.php Checks if there are any aliases with language defined.
AliasStorage::load function core/lib/Drupal/Core/Path/AliasStorage.php Fetches a specific URL alias from the database.
AliasStorage::lookupPathAlias function core/lib/Drupal/Core/Path/AliasStorage.php Returns an alias of Drupal system URL.
AliasStorage::lookupPathSource function core/lib/Drupal/Core/Path/AliasStorage.php Returns Drupal system URL of an alias.
AliasStorage::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasStorage.php Check if any alias exists starting with $initial_substring.
AliasStorage::preloadPathAlias function core/lib/Drupal/Core/Path/AliasStorage.php Pre-loads path alias information for a given list of source paths.
AliasStorage::save function core/lib/Drupal/Core/Path/AliasStorage.php Saves a path alias to the database.
AliasStorage::TABLE constant core/lib/Drupal/Core/Path/AliasStorage.php The table for the url_alias storage.
AliasStorage::__construct function core/lib/Drupal/Core/Path/AliasStorage.php Constructs a Path CRUD object.
AliasStorageInterface interface core/lib/Drupal/Core/Path/AliasStorageInterface.php Provides a class for CRUD operations on path aliases.
AliasStorageInterface.php file core/lib/Drupal/Core/Path/AliasStorageInterface.php
AliasStorageInterface::aliasExists function core/lib/Drupal/Core/Path/AliasStorageInterface.php Checks if alias already exists.
AliasStorageInterface::delete function core/lib/Drupal/Core/Path/AliasStorageInterface.php Deletes a URL alias.
AliasStorageInterface::getAliasesForAdminListing function core/lib/Drupal/Core/Path/AliasStorageInterface.php Loads aliases for admin listing.
AliasStorageInterface::languageAliasExists function core/lib/Drupal/Core/Path/AliasStorageInterface.php Checks if there are any aliases with language defined.
AliasStorageInterface::load function core/lib/Drupal/Core/Path/AliasStorageInterface.php Fetches a specific URL alias from the database.
AliasStorageInterface::lookupPathAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Returns an alias of Drupal system URL.
AliasStorageInterface::lookupPathSource function core/lib/Drupal/Core/Path/AliasStorageInterface.php Returns Drupal system URL of an alias.
AliasStorageInterface::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Check if any alias exists starting with $initial_substring.
AliasStorageInterface::preloadPathAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Pre-loads path alias information for a given list of source paths.
AliasStorageInterface::save function core/lib/Drupal/Core/Path/AliasStorageInterface.php Saves a path alias to the database.
AliasTest class core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests path alias CRUD and lookup functionality.
AliasTest.php file core/modules/path_alias/tests/src/Kernel/AliasTest.php
AliasTest::$modules property core/modules/path_alias/tests/src/Kernel/AliasTest.php Modules to enable.
AliasTest::setUp function core/modules/path_alias/tests/src/Kernel/AliasTest.php
AliasTest::testLookupByAlias function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers ::lookupByAlias
AliasTest::testLookupBySystemPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers ::lookupBySystemPath
AliasTest::testLookupPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers \Drupal\path_alias\AliasManager::getPathByAlias
@covers \Drupal\path_alias\AliasManager::getAliasByPath
AliasTest::testWhitelist function core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests the alias whitelist.
AliasTest::testWhitelistCacheDeletionMidRequest function core/modules/path_alias/tests/src/Kernel/AliasTest.php Tests situation where the whitelist cache is deleted mid-request.
AliasWhitelist class core/modules/path_alias/src/AliasWhitelist.php Extends CacheCollector to build the path alias whitelist over time.
AliasWhitelist class core/lib/Drupal/Core/Path/AliasWhitelist.php Extends CacheCollector to build the path alias whitelist over time.
AliasWhitelist.php file core/lib/Drupal/Core/Path/AliasWhitelist.php
AliasWhitelist.php file core/modules/path_alias/src/AliasWhitelist.php
AliasWhitelist::$deprecatedProperties property core/lib/Drupal/Core/Path/AliasWhitelist.php
AliasWhitelist::$pathAliasRepository property core/lib/Drupal/Core/Path/AliasWhitelist.php The path alias repository.
AliasWhitelist::$state property core/lib/Drupal/Core/Path/AliasWhitelist.php The Key/Value Store to use for state.
AliasWhitelist::clear function core/lib/Drupal/Core/Path/AliasWhitelist.php Clears the collected cache entry.
AliasWhitelist::get function core/lib/Drupal/Core/Path/AliasWhitelist.php Gets value from the cache.
AliasWhitelist::lazyLoadCache function core/lib/Drupal/Core/Path/AliasWhitelist.php Loads the cache if not already done.
AliasWhitelist::loadMenuPathRoots function core/lib/Drupal/Core/Path/AliasWhitelist.php Loads menu path roots to prepopulate cache.
AliasWhitelist::resolveCacheMiss function core/lib/Drupal/Core/Path/AliasWhitelist.php Resolves a cache miss.

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