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
MockAliasManager::$defaultLanguage property core/modules/system/src/Tests/Routing/MockAliasManager.php The language to assume a path alias is for if not specified.
MockAliasManager::$lookedUp property core/modules/system/src/Tests/Routing/MockAliasManager.php An index of aliases that have been requested.
MockAliasManager::$systemPaths property core/modules/system/src/Tests/Routing/MockAliasManager.php Array of mocked aliases. Keys are aliases, followed by language.
MockAliasManager::addAlias function core/modules/system/src/Tests/Routing/MockAliasManager.php Adds an alias to the in-memory alias table for this object.
MockAliasManager::cacheClear function core/modules/system/src/Tests/Routing/MockAliasManager.php
MockAliasManager::getAliasByPath function core/modules/system/src/Tests/Routing/MockAliasManager.php
MockAliasManager::getPathByAlias function core/modules/system/src/Tests/Routing/MockAliasManager.php
NewAliasManager class core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/NewAliasManager.php New test implementation for the alias manager.
NewAliasManager.php file core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/NewAliasManager.php
NewAliasManager::cacheClear function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/NewAliasManager.php Clear internal caches in alias manager.
NewAliasManager::getAliasByPath function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/NewAliasManager.php Given a path, return the alias.
NewAliasManager::getPathByAlias function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/NewAliasManager.php Given the alias, return the path it represents.
new_dependency_test.alias service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Alias of new_dependency_test.dependent
new_dependency_test.alias2 service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Alias of new_dependency_test.alias_dependency
new_dependency_test.alias_dependency service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\ServiceWithDependency
new_dependency_test.alias_dependency2 service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\ServiceWithDependency
OptimizedPhpArrayDumper::$aliases property core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php A list of container aliases.
OptimizedPhpArrayDumper::getAliases function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets the aliases as a PHP array.
OptimizedPhpArrayDumperTest::getAliasesDataProvider function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Data provider for testGetAliases().
OptimizedPhpArrayDumperTest::testGetAliases function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that alias processing works properly.
OptimizedPhpArrayDumperTest::testGetServiceDefinitionWithReferenceToAlias function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that references to aliases work correctly.
OverriddenAliasManager class core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/OverriddenAliasManager.php Overridden test implementation for the alias manager.
OverriddenAliasManager.php file core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/OverriddenAliasManager.php
path.alias_manager service core/core.services.yml Drupal\Core\Path\AliasManager
path.alias_storage service core/core.services.yml Drupal\Core\Path\AliasStorage
path.alias_whitelist service core/core.services.yml Alias of path_alias.whitelist
PathAlias class core/modules/path_alias/src/Entity/PathAlias.php Defines the path_alias entity class.
PathAlias.php file core/modules/path_alias/src/Entity/PathAlias.php
PathAlias::baseFieldDefinitions function core/modules/path_alias/src/Entity/PathAlias.php
PathAlias::getAlias function core/modules/path_alias/src/Entity/PathAlias.php Gets the alias for this path.
PathAlias::getCacheTagsToInvalidate function core/modules/path_alias/src/Entity/PathAlias.php Returns the cache tags that should be used to invalidate caches.
PathAlias::getPath function core/modules/path_alias/src/Entity/PathAlias.php Gets the source path of the alias.
PathAlias::label function core/modules/path_alias/src/Entity/PathAlias.php Gets the label of the entity.
PathAlias::postDelete function core/modules/path_alias/src/Entity/PathAlias.php Acts on deleted entities before the delete hook is invoked.
PathAlias::postSave function core/modules/path_alias/src/Entity/PathAlias.php Acts on a saved entity before the insert or update hook is invoked.
PathAlias::preSave function core/modules/path_alias/src/Entity/PathAlias.php Acts on an entity before the presave hook is invoked.
PathAlias::setAlias function core/modules/path_alias/src/Entity/PathAlias.php Sets the alias for this path.
PathAlias::setPath function core/modules/path_alias/src/Entity/PathAlias.php Sets the source path of the alias.
PathAliasConstraint class core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraint.php Validation constraint for changing path aliases in pending revisions.
PathAliasConstraint.php file core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraint.php
PathAliasConstraint::$message property core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraint.php
PathAliasConstraintValidator class core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php Constraint validator for changing path aliases in pending revisions.
PathAliasConstraintValidator.php file core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php
PathAliasConstraintValidator::$entityTypeManager property core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php The entity type manager.
PathAliasConstraintValidator::create function core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php Instantiates a new instance of this class.
PathAliasConstraintValidator::validate function core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php
PathAliasConstraintValidator::__construct function core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php Creates a new PathAliasConstraintValidator instance.
PathAliasDeprecatedTestServiceProvider class core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/PathAliasDeprecatedTestServiceProvider.php Test service provider to test path alias deprecated services BC logic.
PathAliasDeprecatedTestServiceProvider.php file core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/PathAliasDeprecatedTestServiceProvider.php
PathAliasDeprecatedTestServiceProvider::$newClass property core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/PathAliasDeprecatedTestServiceProvider.php The name of the new implementation class for the alias manager.

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