Search for manager

  1. Search 7.x for manager
  2. Search 8.9.x for manager
  3. Search 10.3.x for manager
  4. Search 11.x for manager
  5. Other projects
Title Object type File name Summary
AliasManagerTest::$aliasManager property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php The alias manager.
AliasManagerTest::$aliasRepository property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias repository.
AliasManagerTest::$aliasWhitelist property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias whitelist.
AliasManagerTest::$cache property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Cache backend.
AliasManagerTest::$cacheKey property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php The internal cache key used by the alias manager.
AliasManagerTest::$languageManager property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Language manager.
AliasManagerTest::$path property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php The cache key passed to the alias manager.
AliasManagerTest::setUp function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php
AliasManagerTest::setUpCurrentLanguage function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Sets up the current language.
AliasManagerTest::testCacheClear function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php @covers ::cacheClear[[api-linebreak]]
AliasManagerTest::testGetAliasByPathCachedMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that is preloaded.
AliasManagerTest::testGetAliasByPathCachedMissLanguage function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath cache when a different language is requested.
AliasManagerTest::testGetAliasByPathCachedMissNoAlias function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath cache with a preloaded path without alias.
AliasManagerTest::testGetAliasByPathMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that has a matching alias.
AliasManagerTest::testGetAliasByPathNoMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that has no matching alias.
AliasManagerTest::testGetAliasByPathUncachedMissNoAlias function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath cache with an unpreloaded path without alias.
AliasManagerTest::testGetAliasByPathUncachedMissWithAlias function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath cache with an unpreloaded path with alias.
AliasManagerTest::testGetAliasByPathWhitelist function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that is not in the whitelist.
AliasManagerTest::testGetPathByAliasLangcode function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method when a langcode is passed explicitly.
AliasManagerTest::testGetPathByAliasMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method for an alias that have a matching path.
AliasManagerTest::testGetPathByAliasNoMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method for an alias that have no matching path.
AliasPathProcessor::$aliasManager property core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php An alias manager for looking up the system path.
AliasPathProcessorTest::$aliasManager property core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php The mocked alias manager.
ArchiverManager class core/lib/Drupal/Core/Archiver/ArchiverManager.php Provides an Archiver plugin manager.
ArchiverManager.php file core/lib/Drupal/Core/Archiver/ArchiverManager.php
ArchiverManager::$fileSystem property core/lib/Drupal/Core/Archiver/ArchiverManager.php The file system service.
ArchiverManager::createInstance function core/lib/Drupal/Core/Archiver/ArchiverManager.php
ArchiverManager::getExtensions function core/lib/Drupal/Core/Archiver/ArchiverManager.php Returns a string of supported archive extensions.
ArchiverManager::getInstance function core/lib/Drupal/Core/Archiver/ArchiverManager.php
ArchiverManager::__construct function core/lib/Drupal/Core/Archiver/ArchiverManager.php Constructs an ArchiverManager object.
AssetResolver::$languageManager property core/lib/Drupal/Core/Asset/AssetResolver.php The language manager.
AssetResolver::$themeManager property core/lib/Drupal/Core/Asset/AssetResolver.php The theme manager.
AssetResolverTest::$languageManager property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked language manager.
AssetResolverTest::$themeManager property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The mocked theme manager.
AuthenticationManager class core/lib/Drupal/Core/Authentication/AuthenticationManager.php Manager for authentication.
AuthenticationManager.php file core/lib/Drupal/Core/Authentication/AuthenticationManager.php
AuthenticationManager::$authCollector property core/lib/Drupal/Core/Authentication/AuthenticationManager.php The authentication provider collector.
AuthenticationManager::applies function core/lib/Drupal/Core/Authentication/AuthenticationManager.php
AuthenticationManager::appliesToRoutedRequest function core/lib/Drupal/Core/Authentication/AuthenticationManager.php
AuthenticationManager::applyFilter function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Checks whether a provider is allowed on the given request.
AuthenticationManager::authenticate function core/lib/Drupal/Core/Authentication/AuthenticationManager.php
AuthenticationManager::challengeException function core/lib/Drupal/Core/Authentication/AuthenticationManager.php
AuthenticationManager::defaultFilter function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Default implementation of the provider filter.
AuthenticationManager::getChallenger function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Returns the ID of the challenge provider for a request.
AuthenticationManager::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Returns the id of the authentication provider for a request.
AuthenticationManager::__construct function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Creates a new authentication manager instance.
AuthenticationManagerTest class core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php @coversDefaultClass \Drupal\Core\Authentication\AuthenticationManager[[api-linebreak]]
@group Authentication
AuthenticationManagerTest.php file core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php Contains \Drupal\Tests\Core\Authentication\AuthenticationManagerTest.
AuthenticationManagerTest::providerTestDefaultFilter function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php Provides data to self::testDefaultFilter().
AuthenticationManagerTest::testApplyFilterWithFilterProvider function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php @covers ::applyFilter[[api-linebreak]]

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.