Search for age

  1. Search 7.x for age
  2. Search 9.5.x for age
  3. Search 10.3.x for age
  4. Search 11.x for age
  5. Search main for age
  6. Other projects
Title Object type File name Summary
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/lib/Drupal/Core/Path/AliasManagerInterface.php Find an alias for a path and vice versa.
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.php file core/lib/Drupal/Core/Path/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[[api-linebreak]]
@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.
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.
AliasPathProcessorTest::$aliasManager property core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php The mocked alias manager.
AliasRepository::addLanguageFallback function core/lib/Drupal/Core/Path/AliasRepository.php Adds path alias language fallback conditions to a select query object.
AliasStorage class core/lib/Drupal/Core/Path/AliasStorage.php Provides a class for CRUD operations on path aliases.
AliasStorage.php file core/lib/Drupal/Core/Path/AliasStorage.php
AliasStorage::$connection property core/lib/Drupal/Core/Path/AliasStorage.php The database connection.
AliasStorage::$entityTypeManager property core/lib/Drupal/Core/Path/AliasStorage.php The entity type manager.
AliasStorage::$moduleHandler property core/lib/Drupal/Core/Path/AliasStorage.php The module handler.
AliasStorage::addLanguageFallback function core/lib/Drupal/Core/Path/AliasStorage.php Adds path alias language fallback conditions to a select query object.
AliasStorage::aliasExists function core/lib/Drupal/Core/Path/AliasStorage.php Checks if alias already exists.
AliasStorage::delete function core/lib/Drupal/Core/Path/AliasStorage.php Deletes a URL alias.
AliasStorage::getAliasesForAdminListing function core/lib/Drupal/Core/Path/AliasStorage.php Loads aliases for admin listing.
AliasStorage::getBaseQuery function core/lib/Drupal/Core/Path/AliasStorage.php Returns a SELECT query for the path_alias base table.
AliasStorage::getPathAliasEntityStorage function core/lib/Drupal/Core/Path/AliasStorage.php Returns the path alias entity storage handler.
AliasStorage::languageAliasExists function core/lib/Drupal/Core/Path/AliasStorage.php Checks if there are any aliases with language defined.
AliasStorage::load function core/lib/Drupal/Core/Path/AliasStorage.php Fetches a specific URL alias from the database.

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