Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AliasManager::getAliasByPath | function | core/ |
Given a path, return the alias. |
| AliasManager::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
| AliasManager::pathAliasPrefixListRebuild | function | core/ |
Rebuild the path alias prefix list. |
| AliasManager::pathAliasWhitelistRebuild | function | core/ |
Rebuild the path alias prefix list. |
| AliasManager::setCacheKey | function | core/ |
Sets the cache key for the preload alias cache. |
| AliasManager::writeCache | function | core/ |
Writes to the per-page system path cache. |
| AliasManager::__construct | function | core/ |
|
| AliasManagerInterface | interface | core/ |
Find an alias for a path and vice versa. |
| AliasManagerInterface.php | file | core/ |
|
| AliasManagerInterface::cacheClear | function | core/ |
Clears the static caches in alias manager and rebuilds the prefix list. |
| 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/ |
Tests Drupal\path_alias\AliasManager. |
| AliasManagerTest.php | file | core/ |
|
| AliasManagerTest::$aliasManager | property | core/ |
The alias manager. |
| AliasManagerTest::$aliasPrefixList | property | core/ |
Alias prefix list. |
| AliasManagerTest::$aliasRepository | property | core/ |
Alias repository. |
| 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/ |
Tests cache clear. |
| AliasManagerTest::testGetAliasByPathCachedMissLanguage | function | core/ |
Tests the getAliasByPath cache when a different language is requested. |
| AliasManagerTest::testGetAliasByPathException | function | core/ |
Tests the getAliasByPath method exception. |
| 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::testGetAliasByPathPrefixList | function | core/ |
Tests the getAliasByPath method for a path that is not in the prefix list. |
| 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. |
| AliasPathMatcher | class | core/ |
Extends the default path matcher to check aliases. |
| AliasPathMatcher.php | file | core/ |
|
| AliasPathMatcher::$isCurrentFrontPage | property | core/ |
Whether the current page is the front page. |
| AliasPathMatcher::isAliasFrontPage | function | core/ |
Checks if the current page is the front page by comparing aliases. |
| AliasPathMatcher::isFrontPage | function | core/ |
Checks if the current page is the front page. |
| AliasPathMatcher::matchPath | function | core/ |
Checks if a path matches any pattern in a set of patterns. |
| AliasPathMatcher::__construct | function | core/ |
|
| AliasPathProcessor | class | core/ |
Processes the inbound and outbound path using path alias lookups. |
| AliasPathProcessor.php | file | core/ |
|
| AliasPathProcessor::$aliasManager | property | core/ |
An alias manager for looking up the system path. |
| AliasPathProcessor::processInbound | function | core/ |
Processes the inbound path. |
| AliasPathProcessor::processOutbound | function | core/ |
Processes the outbound path. |
| AliasPathProcessor::__construct | function | core/ |
Constructs a AliasPathProcessor object. |
| AliasPathProcessorTest | class | core/ |
Tests Drupal\path_alias\PathProcessor\AliasPathProcessor. |
| AliasPathProcessorTest.php | file | core/ |
|
| AliasPathProcessorTest::$aliasManager | property | core/ |
The mocked alias manager. |
| AliasPathProcessorTest::$pathProcessor | property | core/ |
The tested path processor. |
| AliasPathProcessorTest::providerTestProcessOutbound | function | core/ |
Provides data for testing outbound processing. |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.