Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
AlertCommand::render function core/lib/Drupal/Core/Ajax/AlertCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
AlertCommand::__construct function core/lib/Drupal/Core/Ajax/AlertCommand.php Constructs an AlertCommand object.
AliasingResourceTypeRepository class core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php Provides a repository of JSON:API resource types with aliasable field names.
AliasingResourceTypeRepository.php file core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php
AliasingResourceTypeRepository::getFields function core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php Gets the field mapping for the given field names and entity type + bundle.
AliasManager class core/lib/Drupal/Core/Path/AliasManager.php The default alias manager implementation.
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.php file core/lib/Drupal/Core/Path/AliasManager.php
AliasManager::$cache property core/lib/Drupal/Core/Path/AliasManager.php Cache backend service.
AliasManager::$cacheKey property core/lib/Drupal/Core/Path/AliasManager.php The cache key to use when caching paths.
AliasManager::$cacheNeedsWriting property core/lib/Drupal/Core/Path/AliasManager.php Whether the cache needs to be written.
AliasManager::$deprecatedProperties property core/lib/Drupal/Core/Path/AliasManager.php
AliasManager::$langcodePreloaded property core/lib/Drupal/Core/Path/AliasManager.php Whether preloaded path lookups has already been loaded.
AliasManager::$languageManager property core/lib/Drupal/Core/Path/AliasManager.php Language manager for retrieving the default langcode when none is specified.
AliasManager::$lookupMap property core/lib/Drupal/Core/Path/AliasManager.php Holds the map of path lookups per language.
AliasManager::$noAlias property core/lib/Drupal/Core/Path/AliasManager.php Holds an array of paths that have no alias.
AliasManager::$noPath property core/lib/Drupal/Core/Path/AliasManager.php Holds an array of aliases for which no path was found.
AliasManager::$pathAliasRepository property core/lib/Drupal/Core/Path/AliasManager.php The path alias repository.
AliasManager::$preloadedPathLookups property core/lib/Drupal/Core/Path/AliasManager.php Holds an array of previously looked up paths for the current request path.
AliasManager::$whitelist property core/lib/Drupal/Core/Path/AliasManager.php Holds the array of whitelisted path aliases.
AliasManager::cacheClear function core/lib/Drupal/Core/Path/AliasManager.php Clear internal caches in alias manager.
AliasManager::getAliasByPath function core/lib/Drupal/Core/Path/AliasManager.php Given a path, return the alias.
AliasManager::getPathByAlias function core/lib/Drupal/Core/Path/AliasManager.php Given the alias, return the path it represents.
AliasManager::getRequestTime function core/lib/Drupal/Core/Path/AliasManager.php Wrapper method for REQUEST_TIME constant.
AliasManager::pathAliasWhitelistRebuild function core/lib/Drupal/Core/Path/AliasManager.php Rebuild the path alias white list.
AliasManager::setCacheKey function core/lib/Drupal/Core/Path/AliasManager.php Specify the key to use when writing the cache.
AliasManager::writeCache function core/lib/Drupal/Core/Path/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/lib/Drupal/Core/Path/AliasManager.php Constructs an AliasManager.
AliasManagerDecorator class core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Test alias manager decorator.
AliasManagerDecorator.php file core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php
AliasManagerDecorator::$aliasManager property core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php The decorated alias manager.
AliasManagerDecorator::cacheClear function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Clear internal caches in alias manager.
AliasManagerDecorator::getAliasByPath function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Given a path, return the alias.
AliasManagerDecorator::getPathByAlias function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Given the alias, return the path it represents.
AliasManagerDecorator::__construct function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php AliasManagerDecorator constructor.
AliasManagerInterface interface core/modules/path_alias/src/AliasManagerInterface.php Find an alias for a path and vice versa.
AliasManagerInterface interface core/lib/Drupal/Core/Path/AliasManagerInterface.php Find an alias for a path and vice versa.
AliasManagerInterface.php file core/lib/Drupal/Core/Path/AliasManagerInterface.php
AliasManagerInterface.php file core/modules/path_alias/src/AliasManagerInterface.php
AliasManagerInterface::cacheClear function core/lib/Drupal/Core/Path/AliasManagerInterface.php Clear internal caches in alias manager.
AliasManagerInterface::getAliasByPath function core/lib/Drupal/Core/Path/AliasManagerInterface.php Given a path, return the alias.
AliasManagerInterface::getPathByAlias function core/lib/Drupal/Core/Path/AliasManagerInterface.php Given the alias, return the path it represents.
AliasManagerTest class core/modules/path_alias/tests/src/Unit/AliasManagerTest.php @coversDefaultClass \Drupal\path_alias\AliasManager
@group path_alias
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::$aliasRepository property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias repository.
AliasManagerTest::$aliasStorage property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias storage.
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.

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