Search for path
| Title | Object type | File name | Summary |
|---|---|---|---|
| PathAliasTest::testAdminAlias | function | core/ |
Tests alias functionality through the admin interfaces. |
| PathAliasTest::testDuplicateNodeAlias | function | core/ |
Tests that duplicate aliases fail validation. |
| PathAliasTest::testNodeAlias | function | core/ |
Tests alias functionality through the node interfaces. |
| PathAliasTestTrait | trait | core/ |
Provides methods to create and assert path_alias entities. |
| PathAliasTestTrait.php | file | core/ |
|
| PathAliasTestTrait::assertPathAliasExists | function | core/ |
Asserts that a path alias exists in the storage. |
| PathAliasTestTrait::assertPathAliasNotExists | function | core/ |
Asserts that a path alias does not exist in the storage. |
| PathAliasTestTrait::createPathAlias | function | core/ |
Creates a new path alias. |
| PathAliasTestTrait::loadPathAliasByConditions | function | core/ |
Gets the first result from a 'load by properties' storage call. |
| PathAliasXmlAnonTest | class | core/ |
Test path_alias entities for unauthenticated XML requests. |
| PathAliasXmlAnonTest.php | file | core/ |
|
| PathAliasXmlAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PathAliasXmlAnonTest::$format | property | core/ |
The format to use in this test. |
| PathAliasXmlAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| PathAliasXmlBasicAuthTest | class | core/ |
Test path_alias entities for XML requests with cookie authentication. |
| PathAliasXmlBasicAuthTest.php | file | core/ |
|
| PathAliasXmlBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| PathAliasXmlBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PathAliasXmlBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| PathAliasXmlBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| PathAliasXmlBasicAuthTest::$modules | property | core/ |
Modules to install. |
| PathAliasXmlCookieTest | class | core/ |
Test path_alias entities for XML requests. |
| PathAliasXmlCookieTest.php | file | core/ |
|
| PathAliasXmlCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| PathAliasXmlCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PathAliasXmlCookieTest::$format | property | core/ |
The format to use in this test. |
| PathAliasXmlCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| PathBasedBreadcrumbBuilder | class | core/ |
Defines a class to build path-based breadcrumbs. |
| PathBasedBreadcrumbBuilder.php | file | core/ |
|
| PathBasedBreadcrumbBuilder::$accessManager | property | core/ |
The access check service. |
| PathBasedBreadcrumbBuilder::$config | property | core/ |
Site config object. |
| PathBasedBreadcrumbBuilder::$context | property | core/ |
The router request context. |
| PathBasedBreadcrumbBuilder::$currentPath | property | core/ |
The current path service. |
| PathBasedBreadcrumbBuilder::$currentUser | property | core/ |
The current user object. |
| PathBasedBreadcrumbBuilder::$pathMatcher | property | core/ |
The patch matcher service. |
| PathBasedBreadcrumbBuilder::$pathProcessor | property | core/ |
The inbound path processor. |
| PathBasedBreadcrumbBuilder::$router | property | core/ |
The dynamic router service. |
| PathBasedBreadcrumbBuilder::$titleResolver | property | core/ |
The title resolver. |
| PathBasedBreadcrumbBuilder::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
| PathBasedBreadcrumbBuilder::build | function | core/ |
Builds the breadcrumb. |
| PathBasedBreadcrumbBuilder::getRequestForPath | function | core/ |
Matches a path in the router. |
| PathBasedBreadcrumbBuilder::__construct | function | core/ |
Constructs the PathBasedBreadcrumbBuilder. |
| PathBasedBreadcrumbBuilderTest | class | core/ |
Tests Drupal\system\PathBasedBreadcrumbBuilder. |
| PathBasedBreadcrumbBuilderTest.php | file | core/ |
|
| PathBasedBreadcrumbBuilderTest::$accessManager | property | core/ |
The mocked access manager. |
| PathBasedBreadcrumbBuilderTest::$builder | property | core/ |
The path based breadcrumb builder object to test. |
| PathBasedBreadcrumbBuilderTest::$context | property | core/ |
The mocked route request context. |
| PathBasedBreadcrumbBuilderTest::$currentPath | property | core/ |
The mocked current path. |
| PathBasedBreadcrumbBuilderTest::$currentUser | property | core/ |
The mocked current user. |
| PathBasedBreadcrumbBuilderTest::$pathMatcher | property | core/ |
The mocked path matcher service. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.