Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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. |
| AliasPathProcessorTest::setUp | function | core/ |
|
| AliasPathProcessorTest::testProcessInbound | function | core/ |
Tests the processInbound method. |
| AliasPathProcessorTest::testProcessOutbound | function | core/ |
Tests process outbound. |
| AliasPrefixList | class | core/ |
Cache a list of valid alias prefixes. |
| AliasPrefixList.php | file | core/ |
|
| AliasPrefixList::$pathAliasRepository | property | core/ |
The path alias repository. |
| AliasPrefixList::$state | property | core/ |
The Key/Value Store to use for state. |
| AliasPrefixList::clear | function | core/ |
Clears the collected cache entry. |
| AliasPrefixList::get | function | core/ |
Gets value from the cache. |
| AliasPrefixList::lazyLoadCache | function | core/ |
Loads the cache if not already done. |
| AliasPrefixList::loadMenuPathRoots | function | core/ |
Loads menu path roots to prepopulate cache. |
| AliasPrefixList::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
| AliasPrefixList::__construct | function | core/ |
Constructs an AliasPrefixList object. |
| AliasPrefixListInterface | interface | core/ |
Cache a list of valid alias prefixes. |
| AliasPrefixListInterface.php | file | core/ |
|
| AliasRepository | class | core/ |
Provides the default path alias lookup operations. |
| AliasRepository.php | file | core/ |
|
| AliasRepository::$connection | property | core/ |
The database connection. |
| AliasRepository::addLanguageFallback | function | core/ |
Adds path alias language fallback conditions to a select query object. |
| AliasRepository::getBaseQuery | function | core/ |
Returns a SELECT query for the path_alias base table. |
| AliasRepository::lookupByAlias | function | core/ |
Searches a path alias for a given alias. |
| AliasRepository::lookupBySystemPath | function | core/ |
Searches a path alias for a given Drupal system path. |
| AliasRepository::pathHasMatchingAlias | function | core/ |
Check if any alias exists starting with $initial_substring. |
| AliasRepository::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of system paths. |
| AliasRepository::__construct | function | core/ |
Constructs an AliasRepository object. |
| AliasRepositoryInterface | interface | core/ |
Provides an interface for path alias lookup operations. |
Pagination
- Previous page
- Page 31
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.