Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 8.9.x for manager
  4. Search 10.3.x for manager
  5. Other projects
Title Object type File name Summary
ActionManager class core/lib/Drupal/Core/Action/ActionManager.php Provides an Action plugin manager.
ActionManager.php file core/lib/Drupal/Core/Action/ActionManager.php
ActionManager::getDefinitionsByType function core/lib/Drupal/Core/Action/ActionManager.php Gets the plugin definitions for this entity type.
ActionManager::__construct function core/lib/Drupal/Core/Action/ActionManager.php Constructs a new class instance.
ActionTest::$actionManager property core/modules/system/tests/src/Kernel/Action/ActionTest.php The action manager.
ActiveLinkResponseFilter::$languageManager property core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php The language manager.
ActiveWorkspaceCheck::$workspaceManager property core/modules/workspaces/src/Access/ActiveWorkspaceCheck.php The workspace manager.
ActiveWorkspaceTestForm::$workspaceManager property core/modules/workspaces/tests/modules/workspaces_test/src/Form/ActiveWorkspaceTestForm.php The workspace manager.
AddComponentTest::$configActionManager property core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php The config action manager.
AddFormBase::$entityTypeManager property core/modules/media_library/src/Form/AddFormBase.php The entity type manager.
AjaxRenderer::$elementInfoManager property core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php The element info manager.
AliasManager class core/modules/path_alias/src/AliasManager.php The default alias manager implementation.
AliasManager.php file core/modules/path_alias/src/AliasManager.php
AliasManager::$cacheKey property core/modules/path_alias/src/AliasManager.php The cache key to use when caching paths.
AliasManager::$cacheNeedsWriting property core/modules/path_alias/src/AliasManager.php Whether the cache needs to be written.
AliasManager::$langcodePreloaded property core/modules/path_alias/src/AliasManager.php Whether preloaded path lookups has already been loaded.
AliasManager::$lookupMap property core/modules/path_alias/src/AliasManager.php Holds the map of path lookups per language.
AliasManager::$noAlias property core/modules/path_alias/src/AliasManager.php Holds an array of paths that have no alias.
AliasManager::$noPath property core/modules/path_alias/src/AliasManager.php Holds an array of aliases for which no path was found.
AliasManager::$preloadedPathLookups property core/modules/path_alias/src/AliasManager.php Holds an array of previously looked up paths for the current request path.
AliasManager::cacheClear function core/modules/path_alias/src/AliasManager.php Clears the static caches in alias manager and rebuilds the prefix list.
AliasManager::getAliasByPath function core/modules/path_alias/src/AliasManager.php Given a path, return the alias.
AliasManager::getPathByAlias function core/modules/path_alias/src/AliasManager.php Given the alias, return the path it represents.
AliasManager::pathAliasPrefixListRebuild function core/modules/path_alias/src/AliasManager.php Rebuild the path alias prefix list.
AliasManager::pathAliasWhitelistRebuild function core/modules/path_alias/src/AliasManager.php Rebuild the path alias prefix list.
AliasManager::setCacheKey function core/modules/path_alias/src/AliasManager.php
AliasManager::writeCache function core/modules/path_alias/src/AliasManager.php Cache an array of the paths available on each page. We assume that aliases
will be needed for the majority of these paths during subsequent requests,
and load them in a single query during path alias lookup.
AliasManager::__construct function core/modules/path_alias/src/AliasManager.php
AliasManagerInterface interface core/modules/path_alias/src/AliasManagerInterface.php Find an alias for a path and vice versa.
AliasManagerInterface.php file core/modules/path_alias/src/AliasManagerInterface.php
AliasManagerInterface::cacheClear function core/modules/path_alias/src/AliasManagerInterface.php Clears the static caches in alias manager and rebuilds the prefix list.
AliasManagerInterface::getAliasByPath function core/modules/path_alias/src/AliasManagerInterface.php Given a path, return the alias.
AliasManagerInterface::getPathByAlias function core/modules/path_alias/src/AliasManagerInterface.php Given the alias, return the path it represents.
AliasManagerTest class core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests Drupal\path_alias\AliasManager.
AliasManagerTest.php file core/modules/path_alias/tests/src/Unit/AliasManagerTest.php
AliasManagerTest::$aliasManager property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php The alias manager.
AliasManagerTest::$aliasPrefixList property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias prefix list.
AliasManagerTest::$aliasRepository property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias repository.
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 Tests cache clear.
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::testGetAliasByPathException function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method exception.
AliasManagerTest::testGetAliasByPathMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that has a matching alias.

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