Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 10.3.x for manager
- Search 11.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AliasManagerDecorator::getAliasByPath | function | core/ |
|
AliasManagerDecorator::getPathByAlias | function | core/ |
|
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. |
AliasStorage::$entityTypeManager | property | core/ |
The entity type manager. |
ArchiverManager | class | core/ |
Provides an Archiver plugin manager. |
ArchiverManager.php | file | core/ |
|
ArchiverManager::$fileSystem | property | core/ |
The file system service. |
ArchiverManager::createInstance | function | core/ |
|
ArchiverManager::getExtensions | function | core/ |
Returns a string of supported archive extensions. |
ArchiverManager::getInstance | function | core/ |
|
ArchiverManager::__construct | function | core/ |
Constructs a ArchiverManager object. |
AssetResolver::$languageManager | property | core/ |
The language manager. |
AssetResolver::$themeManager | property | core/ |
The theme manager. |
AssetResolverTest::$languageManager | property | core/ |
The mocked language manager. |
AssetResolverTest::$themeManager | property | core/ |
The mocked theme manager. |
AuthenticationManager | class | core/ |
Manager for authentication. |
AuthenticationManager.php | file | core/ |
|
AuthenticationManager::$authCollector | property | core/ |
The authentication provider collector. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.