Search for alias

  1. Search 7.x for alias
  2. Search 9.5.x for alias
  3. Search 8.9.x for alias
  4. Search 10.3.x for alias
  5. Other projects
Title Object type File name Summary
PathAliasXmlCookieTest::$defaultTheme property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php The theme to install as the default for testing.
PathAliasXmlCookieTest::$format property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php The format to use in this test.
PathAliasXmlCookieTest::$mimeType property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php The MIME type that corresponds to $format.
PathContentModerationTest::testNodePathAlias function core/modules/path/tests/src/Functional/PathContentModerationTest.php Tests node path aliases on a moderated content type.
PathContentModerationTest::testTranslatedModeratedNodeAlias function core/modules/path/tests/src/Functional/PathContentModerationTest.php Tests that translated and moderated node can get new draft revision.
PathEncodedTest::testAliasToEncoded function core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
PathLanguageTest::testAliasTranslation function core/modules/path/tests/src/Functional/PathLanguageTest.php Tests alias functionality through the admin interfaces.
PathTaxonomyTermTest::testTermAlias function core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php Tests alias functionality through the admin interfaces.
PathValidatorTest::testIsValidWithPathAlias function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method with a path alias.
PathWithNodeAccessGrantsTest::testAliasTranslation function core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php Tests alias functionality through the admin interfaces.
PathWorkspacesTest::testPathAliases function core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php Tests path aliases with workspaces.
PathWorkspacesTest::testPathAliasesUserSwitch function core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php Tests path aliases with workspaces and user switching.
PathWorkspacesTest::testPathAliasesWithTranslation function core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php Tests path aliases with workspaces for translatable nodes.
path_alias.info.yml file core/modules/path_alias/path_alias.info.yml core/modules/path_alias/path_alias.info.yml
path_alias.manager service core/modules/path_alias/path_alias.services.yml Drupal\path_alias\AliasManager
path_alias.path_processor service core/modules/path_alias/path_alias.services.yml Drupal\path_alias\PathProcessor\AliasPathProcessor
path_alias.post_update.php file core/modules/path_alias/path_alias.post_update.php Post update functions for Path Alias.
path_alias.prefix_list service core/modules/path_alias/path_alias.services.yml Drupal\path_alias\AliasPrefixList
path_alias.repository service core/modules/path_alias/path_alias.services.yml Drupal\path_alias\AliasRepository
path_alias.services.yml file core/modules/path_alias/path_alias.services.yml core/modules/path_alias/path_alias.services.yml
path_alias.subscriber service core/modules/path_alias/path_alias.services.yml Drupal\path_alias\EventSubscriber\PathAliasSubscriber
path_alias.whitelist service core/modules/path_alias/path_alias.services.yml Drupal\path_alias\AliasWhitelist
path_alias_post_update_update_path_alias_revision_indexes function core/modules/path_alias/path_alias.post_update.php Update the path_alias_revision indices.
path_alias_removed_post_updates function core/modules/path_alias/path_alias.post_update.php Implements hook_removed_post_updates().
QueryAggregate::createSqlAlias function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Builds a sql alias as expected in the result.
QueryBase::getAggregationAlias function core/lib/Drupal/Core/Entity/Query/QueryBase.php Generates an alias for a field and its aggregated function.
Raw::$aliasManager property core/modules/views/src/Plugin/views/argument_default/Raw.php The alias manager.
RelationshipPluginBase::$alias property core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php The relationship alias.
RequestPath::$aliasManager property core/modules/system/src/Plugin/Condition/RequestPath.php An alias manager to find the alias for the current system path.
RequestPathTest::$aliasManager property core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php The path alias manager used for testing.
ReservedWordTest::testSelectReservedWordAliasAllFields function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT query with all fields from a table with a reserved alias.
ReservedWordTest::testSelectReservedWordAliasCount function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT count query from a table with a reserved alias.
ReservedWordTest::testSelectReservedWordAliasSpecificFields function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT query with specific fields from a table with a reserved alias.
ResourceTypeBuildEventSubscriber::aliasResourceTypeFields function core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/src/EventSubscriber/ResourceTypeBuildEventSubscriber.php Aliases any resource type fields that have been aliased by a test.
ResourceTypeRepositoryTest::testResourceTypeFieldAliasing function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Tests that resource type fields can be aliased per resource type.
RouteAliasUpdateTest class core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php Tests the upgrade path for the router table update.
RouteAliasUpdateTest.php file core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php
RouteAliasUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php Set database dump files to be used.
RouteAliasUpdateTest::testRunUpdates function core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php Tests the upgrade path for adding aliases to the router table.
RouteCachingLanguageTest::testLinkTranslationWithAlias function core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php Creates content with a link field pointing to an alias of another language.
RouteCachingNonPathLanguageNegotiationTest::testAliases function core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php Tests aliases when the negotiated language is not in the path.
RouteProvider::getRouteAliases function core/lib/Drupal/Core/Routing/RouteProvider.php Gets aliases for a route name.
RouteProvider::getRouteAliases function core/tests/Drupal/KernelTests/RouteProvider.php Gets aliases for a route name.
RouteProviderInterface::getRouteAliases function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Gets aliases for a route name.
RouteProviderLazyBuilder::getRouteAliases function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Gets aliases for a route name.
RouteProviderTest::testRouteAliases function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php @covers \Drupal\Core\Routing\RouteProvider::getRouteAliases[[api-linebreak]]
RouterTest::testRouteAlias function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests route aliasing.
RouterTest::testRouteAliasWithDeprecation function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests route aliasing with deprecation.
RoutingFixtures::aliasedRouteCollection function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Returns a set of routes and aliases for testing.
RowPluginBase::$field_alias property core/modules/views/src/Plugin/views/row/RowPluginBase.php

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