Search for alias
Title | Object type | File name | Summary |
---|---|---|---|
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. |
PathAliasConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
PathAliasConstraintValidator::validate | function | core/ |
|
PathAliasConstraintValidator::__construct | function | core/ |
Creates a new PathAliasConstraintValidator instance. |
PathAliasForm | class | core/ |
Form handler for the path alias edit forms. |
PathAliasForm.php | file | core/ |
|
PathAliasForm::$entity | property | core/ |
The path_alias entity. |
PathAliasForm::save | function | core/ |
Form submission handler for the 'save' action. |
PathAliasInterface | interface | core/ |
Provides an interface defining a path_alias entity. |
PathAliasInterface.php | file | core/ |
|
PathAliasInterface::getAlias | function | core/ |
Gets the alias for this path. |
PathAliasInterface::getPath | function | core/ |
Gets the source path of the alias. |
PathAliasInterface::setAlias | function | core/ |
Sets the alias for this path. |
PathAliasInterface::setPath | function | core/ |
Sets the source path of the alias. |
PathAliasJsonAnonTest | class | core/ |
Test path_alias entities for unauthenticated JSON requests. |
PathAliasJsonAnonTest.php | file | core/ |
|
PathAliasJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PathAliasJsonAnonTest::$format | property | core/ |
The format to use in this test. |
PathAliasJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
PathAliasJsonBasicAuthTest | class | core/ |
Test path_alias entities for JSON requests via basic auth. |
PathAliasJsonBasicAuthTest.php | file | core/ |
|
PathAliasJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
PathAliasJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PathAliasJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
PathAliasJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
PathAliasJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
PathAliasJsonCookieTest | class | core/ |
Test path_alias entities for JSON requests with cookie authentication. |
PathAliasJsonCookieTest.php | file | core/ |
|
PathAliasJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
PathAliasJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.