| PathAliasTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
The tested entity type. |
| PathAliasTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
Modules to install. |
| PathAliasTest::$modules |
property |
core/modules/path/tests/src/Functional/PathAliasTest.php |
Modules to install. |
| PathAliasTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
The fields that are protected against modification during PATCH requests. |
| PathAliasTest::$resourceTypeIsVersionable |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
Whether the tested JSON:API resource is versionable. |
| PathAliasTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
The name of the tested JSON:API resource type. |
| PathAliasTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
Creates the entity to be tested. |
| PathAliasTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
Returns the expected JSON:API document for the entity. |
| PathAliasTest::getPID |
function |
core/modules/path/tests/src/Functional/PathAliasTest.php |
Returns the path ID. |
| PathAliasTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
Returns the JSON:API POST document. |
| PathAliasTest::setUp |
function |
core/modules/path/tests/src/Functional/PathAliasTest.php |
|
| PathAliasTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
Sets up the necessary authorization. |
| PathAliasTest::testAdminAlias |
function |
core/modules/path/tests/src/Functional/PathAliasTest.php |
Tests alias functionality through the admin interfaces. |
| PathAliasTest::testDuplicateNodeAlias |
function |
core/modules/path/tests/src/Functional/PathAliasTest.php |
Tests that duplicate aliases fail validation. |
| PathAliasTest::testNodeAlias |
function |
core/modules/path/tests/src/Functional/PathAliasTest.php |
Tests alias functionality through the node interfaces. |
| PathAliasTestTrait |
trait |
core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php |
Provides methods to create and assert path_alias entities. |
| PathAliasTestTrait.php |
file |
core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php |
|
| PathAliasTestTrait::assertPathAliasExists |
function |
core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php |
Asserts that a path alias exists in the storage. |
| PathAliasTestTrait::assertPathAliasNotExists |
function |
core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php |
Asserts that a path alias does not exist in the storage. |
| PathAliasTestTrait::createPathAlias |
function |
core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php |
Creates a new path alias. |
| PathAliasTestTrait::loadPathAliasByConditions |
function |
core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php |
Gets the first result from a 'load by properties' storage call. |
| PathAliasXmlAnonTest |
class |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php |
Test path_alias entities for unauthenticated XML requests. |
| PathAliasXmlAnonTest.php |
file |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php |
|
| PathAliasXmlAnonTest::$defaultTheme |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php |
The theme to install as the default for testing. |
| PathAliasXmlAnonTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php |
The format to use in this test. |
| PathAliasXmlAnonTest::$mimeType |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php |
The MIME type that corresponds to $format. |
| PathAliasXmlBasicAuthTest |
class |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php |
Test path_alias entities for XML requests with cookie authentication. |
| PathAliasXmlBasicAuthTest.php |
file |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php |
|
| PathAliasXmlBasicAuthTest::$auth |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| PathAliasXmlBasicAuthTest::$defaultTheme |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| PathAliasXmlBasicAuthTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php |
The format to use in this test. |
| PathAliasXmlBasicAuthTest::$mimeType |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| PathAliasXmlBasicAuthTest::$modules |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php |
Modules to install. |
| PathAliasXmlCookieTest |
class |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php |
Test path_alias entities for XML requests. |
| PathAliasXmlCookieTest.php |
file |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php |
|
| PathAliasXmlCookieTest::$auth |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php |
The authentication mechanism to use in this test. |
| PathAliasXmlCookieTest::$defaultTheme |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php |
The theme to install as the default for testing. |
| PathAliasXmlCookieTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php |
The format to use in this test. |
| PathAliasXmlCookieTest::$mimeType |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php |
The MIME type that corresponds to $format. |
| PathBasedBreadcrumbBuilderTest |
class |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
Tests Drupal\system\PathBasedBreadcrumbBuilder. |
| PathBasedBreadcrumbBuilderTest.php |
file |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
|
| PathBasedBreadcrumbBuilderTest::$accessManager |
property |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
The mocked access manager. |
| PathBasedBreadcrumbBuilderTest::$builder |
property |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
The path based breadcrumb builder object to test. |
| PathBasedBreadcrumbBuilderTest::$context |
property |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
The mocked route request context. |
| PathBasedBreadcrumbBuilderTest::$currentPath |
property |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
The mocked current path. |
| PathBasedBreadcrumbBuilderTest::$currentUser |
property |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
The mocked current user. |
| PathBasedBreadcrumbBuilderTest::$pathMatcher |
property |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
The mocked path matcher service. |
| PathBasedBreadcrumbBuilderTest::$pathProcessor |
property |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
The mocked path processor. |
| PathBasedBreadcrumbBuilderTest::$requestMatcher |
property |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
The request matching mock object. |
| PathBasedBreadcrumbBuilderTest::$titleResolver |
property |
core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php |
The mocked title resolver. |