Search for alias
- Search 7.x for alias
- Search 8.9.x for alias
- Search 10.3.x for alias
- Search 11.x for alias
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MigrateUrlAliasTest::$modules | property | core/ |
Modules to enable. |
MigrateUrlAliasTest::assertPath | function | core/ |
Asserts that a path alias matches a set of conditions. |
MigrateUrlAliasTest::setUp | function | core/ |
|
MigrateUrlAliasTest::setUp | function | core/ |
|
MigrateUrlAliasTest::testUrlAlias | function | core/ |
Tests the url alias migration. |
MigrateUrlAliasTest::testUrlAliasWithTranslatedNodes | function | core/ |
Tests the URL alias migration with translated nodes. |
MigrateUrlAliasTestBase | class | core/ |
Tests URL alias migration. |
MigrateUrlAliasTestBase.php | file | core/ |
|
MigrateUrlAliasTestBase::$modules | property | core/ |
Modules to enable. |
MigrateUrlAliasTestBase::setUp | function | core/ |
|
MigrateUrlAliasTestBase::testUrlAlias | function | core/ |
Tests the URL alias migration. |
MockAliasManager | class | core/ |
An easily configurable mock alias manager. |
MockAliasManager.php | file | core/ |
|
MockAliasManager::$aliases | property | core/ |
Array of mocked aliases. Keys are system paths, followed by language. |
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/ |
Clears the static caches in alias manager and rebuilds the whitelist. |
MockAliasManager::getAliasByPath | function | core/ |
Given a path, return the alias. |
MockAliasManager::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. |
path.creating_alias.html.twig | file | core/ |
--- label: 'Creating a URL alias for a content item' related: - path.overview - path.editing_alias - node.creating_content - node.editing --- {% set path_permissions_link_text %} {% trans %}Create and edit URL aliases{% endtrans… |
path.editing_alias.html.twig | file | core/ |
--- label: 'Editing a URL alias' related: - path.overview - path.creating_alias --- {% set path_permissions_link_text %} {% trans %}Administer URL aliases{% endtrans %} {% endset %} {% set path_permissions_link =… |
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. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.