Search for path
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| PathAliasJsonCookieTest::$format | property | core/ |
The format to use in this test. |
| PathAliasJsonCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| PathAliasListBuilder | class | core/ |
Defines a class to build a listing of path_alias entities. |
| PathAliasListBuilder.php | file | core/ |
|
| PathAliasListBuilder::$aliasManager | property | core/ |
The path alias manager. |
| PathAliasListBuilder::$currentRequest | property | core/ |
The current request. |
| PathAliasListBuilder::$formBuilder | property | core/ |
The form builder. |
| PathAliasListBuilder::$languageManager | property | core/ |
The language manager. |
| PathAliasListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
| PathAliasListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
| PathAliasListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| PathAliasListBuilder::getEntityIds | function | core/ |
Loads entity IDs using a pager sorted by the entity id. |
| PathAliasListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
| PathAliasListBuilder::__construct | function | core/ |
Constructs a new PathAliasListBuilder object. |
| PathAliasMenuLinkContentTest | class | core/ |
Ensures that the menu tree adapts to path alias changes. |
| PathAliasMenuLinkContentTest.php | file | core/ |
|
| PathAliasMenuLinkContentTest::$modules | property | core/ |
Modules to install. |
| PathAliasMenuLinkContentTest::setUp | function | core/ |
|
| PathAliasMenuLinkContentTest::testPathAliasChange | function | core/ |
Tests the path aliasing changing. |
| PathAliasResourceTestBase | class | core/ |
Base class for path_alias EntityResource tests. |
| PathAliasResourceTestBase.php | file | core/ |
|
| PathAliasResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.