Search for alias

  1. Search 7.x for alias
  2. Search 8.9.x for alias
  3. Search 10.3.x for alias
  4. Search 11.x for alias
  5. Other projects
Title Object type File name Summary
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.
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.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
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.
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.
SelectTest::testSelectDuplicateAlias function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that aliases are renamed when they are duplicates.
SiteInformationForm::$aliasManager property core/modules/system/src/Form/SiteInformationForm.php The path alias manager.
Sql::$fieldAliases property core/modules/views/src/Plugin/views/query/Sql.php An array mapping table aliases and field names to field aliases.
Sql::getFieldAlias function core/modules/views/src/Plugin/views/query/Sql.php Returns the alias for the given field added to $table.
StaticReflectionClass::getTraitAliases function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StatisticsLastUpdated::$field_alias property core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php The field alias.
StyleSerializerTest::testUIFieldAlias function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the field ID alias functionality of the DataFieldRow plugin.
TranslationLanguageRenderer::$langcodeAlias property core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Stores the field alias of the langcode column.
UniquePathAliasConstraint class core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraint.php Validation constraint for unique path alias values.
UniquePathAliasConstraint.php file core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraint.php
UniquePathAliasConstraint::$differentCapitalizationMessage property core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraint.php Violation message when the path alias exists with different capitalization.
UniquePathAliasConstraint::$message property core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraint.php The default violation message.
UniquePathAliasConstraintValidator class core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraintValidator.php Constraint validator for a unique path alias.
UniquePathAliasConstraintValidator.php file core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraintValidator.php
UniquePathAliasConstraintValidator::$entityTypeManager property core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraintValidator.php The entity type manager.
UniquePathAliasConstraintValidator::create function core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraintValidator.php Instantiates a new instance of this class.
UniquePathAliasConstraintValidator::validate function core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraintValidator.php
UniquePathAliasConstraintValidator::__construct function core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraintValidator.php Creates a new UniquePathAliasConstraintValidator instance.
UpdatePathTestBaseTest::testPathAliasProcessing function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that path aliases are not processed during database updates.
UrlAlias class core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php Drupal 6 URL aliases source from database.
UrlAlias class core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php Drupal 7 URL aliases source from database.
UrlAlias.php file core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php
UrlAlias.php file core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php
UrlAlias::fields function core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php Returns available fields on the source.
UrlAlias::fields function core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php Returns available fields on the source.

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