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
AliasWhitelist::__construct function core/modules/path_alias/src/AliasWhitelist.php Constructs an AliasWhitelist object.
AliasWhitelistInterface interface core/modules/path_alias/src/AliasWhitelistInterface.php Cache the alias whitelist.
AliasWhitelistInterface.php file core/modules/path_alias/src/AliasWhitelistInterface.php
BreadcrumbFrontCacheContextsTest::$nodeWithAlias property core/modules/system/tests/src/Functional/Menu/BreadcrumbFrontCacheContextsTest.php A test node with path alias.
Connection::$escapedAliases property core/lib/Drupal/Core/Database/Connection.php List of escaped aliases names, keyed by unescaped aliases.
Connection::escapeAlias function core/lib/Drupal/Core/Database/Connection.php Escapes an alias name string.
ConnectionTest::providerEscapeAlias function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Data provider for testEscapeAlias.
ConnectionTest::testEscapeAlias function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php @covers ::escapeAlias
@dataProvider providerEscapeAlias
Container::$aliases property core/lib/Drupal/Component/DependencyInjection/Container.php The aliases of the container.
ContainerBuilder::setAlias function core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php
ContainerBuilderTest::testSetAlias function core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php @covers ::setAlias
ContainerTest::testGetForAliasedService function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for aliased services works properly.
ContainerTest::testHasForAliasedService function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::has() for aliased services works properly.
ContainerTest::testInitializedForAliases function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::initialized works correctly for aliases.
d6_url_alias.yml file core/modules/path/migrations/d6_url_alias.yml core/modules/path/migrations/d6_url_alias.yml
d7_url_alias.yml file core/modules/path/migrations/d7_url_alias.yml core/modules/path/migrations/d7_url_alias.yml
DataFieldRow::$replacementAliases property core/modules/rest/src/Plugin/views/row/DataFieldRow.php Stores an array of prepared field aliases from options.
DataFieldRow::getFieldKeyAlias function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Return an alias for a field ID, as set in the options form.
DataFieldRow::validateAliasName function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Form element validation handler for \Drupal\rest\Plugin\views\row\DataFieldRow::buildOptionsForm().
deprecation_test.alias service core/modules/system/tests/modules/deprecation_test/deprecation_test.services.yml Alias of deprecation_test.service
FieldFieldTest::testFieldAlias function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view with complex field configuration.
FieldFieldTest::testFieldAliasRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view with complex field configuration.
FieldPluginBase::$aliases property core/modules/views/src/Plugin/views/field/FieldPluginBase.php
FieldPluginBase::$field_alias property core/modules/views/src/Plugin/views/field/FieldPluginBase.php
HandlerAliasTest class core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Tests handler table and field aliases.
HandlerAliasTest.php file core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php
HandlerAliasTest::$modules property core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Modules to enable.
HandlerAliasTest::$testViews property core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Views used by this test.
HandlerAliasTest::setUp function core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php
HandlerAliasTest::testPluginAliases function core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php
HandlerAliasTest::viewsData function core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Returns the views data definition.
HandlerBase::$tableAlias property core/modules/views/src/Plugin/views/HandlerBase.php The alias of the table of this handler which is used in the query.
jsonapi.resource_type.repository.jsonapi_test_field_aliasing service core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.services.yml Drupal\jsonapi_test_field_aliasing\ResourceType\AliasingResourceTypeRepository
JsonApiDocumentTopLevelNormalizerTest::testAliasFieldRouteException function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php Tests the message and exceptions when requesting a Label only resource.
JsonApiRegressionTest::testAliasedFieldsWithVirtualRelationships function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Tests that "virtual/missing" resources can exist for renamed fields.
JsonApiRegressionTest::testDenormalizeAliasedRelationshipFromIssue2953207 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensures denormalizing relationships with aliased field names works.
jsonapi_test_field_aliasing.info.yml file core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.info.yml core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.info.yml
jsonapi_test_field_aliasing.services.yml file core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.services.yml core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.services.yml
language.content_settings.path_alias.path_alias.yml file core/modules/path/config/optional/language.content_settings.path_alias.path_alias.yml core/modules/path/config/optional/language.content_settings.path_alias.path_alias.yml
menu_link_content_path_alias_delete function core/modules/menu_link_content/menu_link_content.module Implements hook_ENTITY_TYPE_delete() for 'path_alias'.
menu_link_content_path_alias_insert function core/modules/menu_link_content/menu_link_content.module Implements hook_ENTITY_TYPE_insert() for 'path_alias'.
menu_link_content_path_alias_update function core/modules/menu_link_content/menu_link_content.module Implements hook_ENTITY_TYPE_update() for 'path_alias'.
MigrateUrlAliasNoTranslationTest class core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php Tests URL alias migration.
MigrateUrlAliasNoTranslationTest.php file core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php
MigrateUrlAliasNoTranslationTest::setUp function core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php
MigrateUrlAliasTest class core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php Tests URL alias migration.
MigrateUrlAliasTest class core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php URL alias migration.
MigrateUrlAliasTest.php file core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php
MigrateUrlAliasTest.php file core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php
MigrateUrlAliasTest::$modules property core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php Modules to enable.

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