Search for alias
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. |
AliasPathProcessor | class | core/ |
Processes the inbound 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/ |
@coversDefaultClass \Drupal\path_alias\PathProcessor\AliasPathProcessor @group PathProcessor @group path_alias |
AliasPathProcessorTest.php | file | core/ |
|
AliasPathProcessorTest::$aliasManager | property | core/ |
The mocked alias manager. |
AliasPathProcessorTest::$pathProcessor | property | core/ |
The tested path processor. |
AliasPathProcessorTest::providerTestProcessOutbound | function | core/ |
|
AliasPathProcessorTest::setUp | function | core/ |
|
AliasPathProcessorTest::testProcessInbound | function | core/ |
Tests the processInbound method. |
AliasPathProcessorTest::testProcessOutbound | function | core/ |
@covers ::processOutbound |
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/ |
|
AliasRepositoryInterface::lookupByAlias | function | core/ |
Searches a path alias for a given alias. |
AliasRepositoryInterface::lookupBySystemPath | function | core/ |
Searches a path alias for a given Drupal system path. |
AliasRepositoryInterface::pathHasMatchingAlias | function | core/ |
Check if any alias exists starting with $initial_substring. |
AliasRepositoryInterface::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of system paths. |
AliasTest | class | core/ |
Tests path alias CRUD and lookup functionality. |
AliasTest.php | file | core/ |
|
AliasTest::$modules | property | core/ |
Modules to install. |
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::testPreloadPathAlias | function | core/ |
@covers ::preloadPathAlias |
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.php | file | 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. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.