Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| AliasPathMatcher::matchPath | function | core/ |
|
| 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/ |
|
| AliasPathProcessor::processOutbound | function | core/ |
|
| 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/ |
|
| AliasPrefixList::get | function | core/ |
|
| AliasPrefixList::has | function | core/ |
|
| AliasPrefixList::lazyLoadCache | function | core/ |
|
| AliasPrefixList::loadMenuPathRoots | function | core/ |
Loads menu path roots to prepopulate cache. |
| AliasPrefixList::resolveCacheMiss | function | core/ |
|
| AliasPrefixList::set | function | core/ |
|
| 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/ |
|
| AliasRepository::lookupBySystemPath | function | core/ |
|
| AliasRepository::pathHasMatchingAlias | function | core/ |
|
| AliasRepository::preloadPathAlias | function | core/ |
|
| AliasRepository::__construct | function | core/ |
Constructs an AliasRepository object. |
| AliasRepositoryInterface | interface | core/ |
Provides an interface for path alias lookup operations. |
| AliasRepositoryInterface.php | file | core/ |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.