Search for age
- Search 7.x for age
- Search 9.5.x for age
- Search 10.3.x for age
- Search 11.x for age
- Search main for age
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AliasManagerDecorator::cacheClear | function | core/ |
Clear internal caches in alias manager. |
| AliasManagerDecorator::getAliasByPath | function | core/ |
Given a path, return the alias. |
| AliasManagerDecorator::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
| AliasManagerDecorator::__construct | function | core/ |
AliasManagerDecorator constructor. |
| AliasManagerInterface | interface | core/ |
Find an alias for a path and vice versa. |
| AliasManagerInterface | interface | core/ |
Find an alias for a path and vice versa. |
| AliasManagerInterface.php | file | core/ |
|
| AliasManagerInterface.php | file | core/ |
|
| AliasManagerInterface::cacheClear | function | core/ |
Clear internal caches in alias manager. |
| AliasManagerInterface::getAliasByPath | function | core/ |
Given a path, return the alias. |
| AliasManagerInterface::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
| AliasManagerTest | class | core/ |
@coversDefaultClass \Drupal\path_alias\AliasManager[[api-linebreak]] @group path_alias |
| AliasManagerTest.php | file | core/ |
|
| AliasManagerTest::$aliasManager | property | core/ |
The alias manager. |
| AliasManagerTest::$aliasRepository | property | core/ |
Alias repository. |
| AliasManagerTest::$aliasStorage | property | core/ |
Alias storage. |
| AliasManagerTest::$aliasWhitelist | property | core/ |
Alias whitelist. |
| AliasManagerTest::$cache | property | core/ |
Cache backend. |
| AliasManagerTest::$cacheKey | property | core/ |
The internal cache key used by the alias manager. |
| AliasManagerTest::$languageManager | property | core/ |
Language manager. |
| AliasManagerTest::$path | property | core/ |
The cache key passed to the alias manager. |
| AliasManagerTest::setUp | function | core/ |
|
| AliasManagerTest::setUpCurrentLanguage | function | core/ |
Sets up the current language. |
| AliasManagerTest::testCacheClear | function | core/ |
@covers ::cacheClear[[api-linebreak]] |
| AliasManagerTest::testGetAliasByPathCachedMatch | function | core/ |
Tests the getAliasByPath method for a path that is preloaded. |
| AliasManagerTest::testGetAliasByPathCachedMissLanguage | function | core/ |
Tests the getAliasByPath cache when a different language is requested. |
| AliasManagerTest::testGetAliasByPathCachedMissNoAlias | function | core/ |
Tests the getAliasByPath cache with a preloaded path without alias. |
| AliasManagerTest::testGetAliasByPathMatch | function | core/ |
Tests the getAliasByPath method for a path that has a matching alias. |
| AliasManagerTest::testGetAliasByPathNoMatch | function | core/ |
Tests the getAliasByPath method for a path that has no matching alias. |
| AliasManagerTest::testGetAliasByPathUncachedMissNoAlias | function | core/ |
Tests the getAliasByPath cache with an unpreloaded path without alias. |
| AliasManagerTest::testGetAliasByPathUncachedMissWithAlias | function | core/ |
Tests the getAliasByPath cache with an unpreloaded path with alias. |
| AliasManagerTest::testGetAliasByPathWhitelist | function | core/ |
Tests the getAliasByPath method for a path that is not in the whitelist. |
| AliasManagerTest::testGetPathByAliasLangcode | function | core/ |
Tests the getPathByAlias method when a langcode is passed explicitly. |
| AliasManagerTest::testGetPathByAliasMatch | function | core/ |
Tests the getPathByAlias method for an alias that have a matching path. |
| AliasManagerTest::testGetPathByAliasNoMatch | function | core/ |
Tests the getPathByAlias method for an alias that have no matching path. |
| AliasPathProcessorTest::$aliasManager | property | core/ |
The mocked alias manager. |
| AliasRepository::addLanguageFallback | function | core/ |
Adds path alias language fallback conditions to a select query object. |
| AliasStorage | class | core/ |
Provides a class for CRUD operations on path aliases. |
| AliasStorage.php | file | core/ |
|
| AliasStorage::$connection | property | core/ |
The database connection. |
| 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. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.