Search for manager
- Search 7.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Search 11.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AliasManagerTest::$aliasManager | property | core/ |
The alias manager. |
AliasManagerTest::$aliasRepository | property | core/ |
Alias repository. |
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. |
AliasPathProcessor::$aliasManager | property | core/ |
An alias manager for looking up the system path. |
AliasPathProcessorTest::$aliasManager | property | core/ |
The mocked alias 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 an 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. |
AuthenticationManager::applies | function | core/ |
|
AuthenticationManager::appliesToRoutedRequest | function | core/ |
|
AuthenticationManager::applyFilter | function | core/ |
Checks whether a provider is allowed on the given request. |
AuthenticationManager::authenticate | function | core/ |
|
AuthenticationManager::challengeException | function | core/ |
|
AuthenticationManager::defaultFilter | function | core/ |
Default implementation of the provider filter. |
AuthenticationManager::getChallenger | function | core/ |
Returns the ID of the challenge provider for a request. |
AuthenticationManager::getProvider | function | core/ |
Returns the id of the authentication provider for a request. |
AuthenticationManager::__construct | function | core/ |
Creates a new authentication manager instance. |
AuthenticationManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Authentication\AuthenticationManager[[api-linebreak]] @group Authentication |
AuthenticationManagerTest.php | file | core/ |
Contains \Drupal\Tests\Core\Authentication\AuthenticationManagerTest. |
AuthenticationManagerTest::providerTestDefaultFilter | function | core/ |
Provides data to self::testDefaultFilter(). |
AuthenticationManagerTest::testApplyFilterWithFilterProvider | function | core/ |
@covers ::applyFilter[[api-linebreak]] |
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.