Search for alias
- Search 7.x for alias
- Search 9.5.x for alias
- Search 10.3.x for alias
- Search 11.x for alias
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MockAliasManager::$defaultLanguage | property | core/ |
The language to assume a path alias is for if not specified. |
MockAliasManager::$lookedUp | property | core/ |
An index of aliases that have been requested. |
MockAliasManager::$systemPaths | property | core/ |
Array of mocked aliases. Keys are aliases, followed by language. |
MockAliasManager::addAlias | function | core/ |
Adds an alias to the in-memory alias table for this object. |
MockAliasManager::cacheClear | function | core/ |
|
MockAliasManager::getAliasByPath | function | core/ |
|
MockAliasManager::getPathByAlias | function | core/ |
|
NewAliasManager | class | core/ |
New test implementation for the alias manager. |
NewAliasManager.php | file | core/ |
|
NewAliasManager::cacheClear | function | core/ |
Clear internal caches in alias manager. |
NewAliasManager::getAliasByPath | function | core/ |
Given a path, return the alias. |
NewAliasManager::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
new_dependency_test.alias | service | core/ |
Alias of new_dependency_test.dependent |
new_dependency_test.alias2 | service | core/ |
Alias of new_dependency_test.alias_dependency |
new_dependency_test.alias_dependency | service | core/ |
Drupal\new_dependency_test\ServiceWithDependency |
new_dependency_test.alias_dependency2 | service | core/ |
Drupal\new_dependency_test\ServiceWithDependency |
OptimizedPhpArrayDumper::$aliases | property | core/ |
A list of container aliases. |
OptimizedPhpArrayDumper::getAliases | function | core/ |
Gets the aliases as a PHP array. |
OptimizedPhpArrayDumperTest::getAliasesDataProvider | function | core/ |
Data provider for testGetAliases(). |
OptimizedPhpArrayDumperTest::testGetAliases | function | core/ |
Tests that alias processing works properly. |
OptimizedPhpArrayDumperTest::testGetServiceDefinitionWithReferenceToAlias | function | core/ |
Tests that references to aliases work correctly. |
OverriddenAliasManager | class | core/ |
Overridden test implementation for the alias manager. |
OverriddenAliasManager.php | file | core/ |
|
path.alias_manager | service | core/ |
Drupal\Core\Path\AliasManager |
path.alias_storage | service | core/ |
Drupal\Core\Path\AliasStorage |
path.alias_whitelist | service | core/ |
Alias of path_alias.whitelist |
PathAlias | class | core/ |
Defines the path_alias entity class. |
PathAlias.php | file | core/ |
|
PathAlias::baseFieldDefinitions | function | core/ |
|
PathAlias::getAlias | function | core/ |
Gets the alias for this path. |
PathAlias::getCacheTagsToInvalidate | function | core/ |
Returns the cache tags that should be used to invalidate caches. |
PathAlias::getPath | function | core/ |
Gets the source path of the alias. |
PathAlias::label | function | core/ |
Gets the label of the entity. |
PathAlias::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
PathAlias::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
PathAlias::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
PathAlias::setAlias | function | core/ |
Sets the alias for this path. |
PathAlias::setPath | function | core/ |
Sets the source path of the alias. |
PathAliasConstraint | class | core/ |
Validation constraint for changing path aliases in pending revisions. |
PathAliasConstraint.php | file | core/ |
|
PathAliasConstraint::$message | property | core/ |
|
PathAliasConstraintValidator | class | core/ |
Constraint validator for changing path aliases in pending revisions. |
PathAliasConstraintValidator.php | file | core/ |
|
PathAliasConstraintValidator::$entityTypeManager | property | core/ |
The entity type manager. |
PathAliasConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
PathAliasConstraintValidator::validate | function | core/ |
|
PathAliasConstraintValidator::__construct | function | core/ |
Creates a new PathAliasConstraintValidator instance. |
PathAliasDeprecatedTestServiceProvider | class | core/ |
Test service provider to test path alias deprecated services BC logic. |
PathAliasDeprecatedTestServiceProvider.php | file | core/ |
|
PathAliasDeprecatedTestServiceProvider::$newClass | property | core/ |
The name of the new implementation class for the alias manager. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.