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