Search for alias

  1. Search 7.x for alias
  2. Search 9.5.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
AliasWhitelistInterface interface core/modules/path_alias/src/AliasWhitelistInterface.php Cache the alias whitelist.
AliasWhitelistInterface.php file core/modules/path_alias/src/AliasWhitelistInterface.php
AliasWhitelistInterface.php file core/lib/Drupal/Core/Path/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/Driver/mysql/Connection.php Escapes an alias name string.
Connection::escapeAlias function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Escapes an alias name string.
Connection::escapeAlias function core/lib/Drupal/Core/Database/Connection.php Escapes an alias name string.
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().
DeprecatedClassesTest::$aliasManager property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$aliasRepository property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$aliasWhitelist property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::testAliasManager function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\AliasManager::__construct
DeprecatedClassesTest::testAliasPathProcessor function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\PathProcessor\AliasPathProcessor::__construct
DeprecatedClassesTest::testAliasWhitelist function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\AliasWhitelist::__construct
DeprecatedClassesTest::testCoreAliasManager function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\Path\AliasManager::__construct
DeprecatedClassesTest::testCoreAliasWhitelist function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\Path\AliasWhitelist::__construct
DeprecatedClassesTest::testPathAliasSubscriber function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\EventSubscriber\PathAliasSubscriber::__construct
DeprecatedClassesTest::testPathProcessorAlias function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\PathProcessor\PathProcessorAlias::__construct
DeprecatedServicesTest::testAliasManagerSharedState function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php Test that the new alias manager and the legacy ones share the same state.
DeprecatedServicesTest::testAliasServicesDeprecation function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
@expectedDeprecation The "path_processor_alias" service is deprecated. Use…
drupal-8.convert-path-aliases-to-entities-2336597.php file core/modules/system/tests/fixtures/update/drupal-8.convert-path-aliases-to-entities-2336597.php Contains database additions to drupal-8.filled.standard.php.gz for testing
the upgrade path of https://www.drupal.org/node/2336597.
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.
InstallHelper::$aliasManager property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php The path alias manager.
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
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

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