Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Other projects
Title Object type File name Summary
AliasStorage.php file core/lib/Drupal/Core/Path/AliasStorage.php
AliasStorage::$connection property core/lib/Drupal/Core/Path/AliasStorage.php The database connection.
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[[api-linebreak]]
AliasTest::testLookupBySystemPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers ::lookupBySystemPath[[api-linebreak]]
AliasTest::testLookupPath function core/modules/path_alias/tests/src/Kernel/AliasTest.php @covers \Drupal\path_alias\AliasManager::getPathByAlias[[api-linebreak]]
@covers \Drupal\path_alias\AliasManager::getAliasByPath[[api-linebreak]]
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.

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