| PathAliasJsonCookieTest::$mimeType |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonCookieTest.php |
The MIME type that corresponds to $format. |
| PathAliasMenuLinkContentTest |
class |
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php |
Ensures that the menu tree adapts to path alias changes. |
| PathAliasMenuLinkContentTest.php |
file |
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php |
|
| PathAliasMenuLinkContentTest::$modules |
property |
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php |
Modules to install. |
| PathAliasMenuLinkContentTest::setUp |
function |
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php |
|
| PathAliasMenuLinkContentTest::testPathAliasChange |
function |
core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php |
Tests the path aliasing changing. |
| PathAliasResourceTestBase |
class |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
Base class for path_alias EntityResource tests. |
| PathAliasResourceTestBase.php |
file |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
|
| PathAliasResourceTestBase::$entityTypeId |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
The tested entity type. |
| PathAliasResourceTestBase::$firstCreatedEntityId |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
The entity ID for the first created entity in testPost(). |
| PathAliasResourceTestBase::$modules |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
Modules to install. |
| PathAliasResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| PathAliasResourceTestBase::$secondCreatedEntityId |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
The entity ID for the second created entity in testPost(). |
| PathAliasResourceTestBase::createEntity |
function |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
Creates the entity to be tested. |
| PathAliasResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
Returns the expected normalization of the entity. |
| PathAliasResourceTestBase::getNormalizedPostEntity |
function |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
Returns the normalized POST entity. |
| PathAliasResourceTestBase::setUpAuthorization |
function |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
Sets up the necessary authorization. |
| PathAliasStorageSchemaTest |
class |
core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php |
Tests the path_alias storage schema. |
| PathAliasStorageSchemaTest.php |
file |
core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php |
|
| PathAliasStorageSchemaTest::$modules |
property |
core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php |
Modules to install. |
| PathAliasStorageSchemaTest::setUp |
function |
core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php |
|
| PathAliasStorageSchemaTest::testPathAliasStatusIndexRemoved |
function |
core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php |
Tests that the path_alias__status index is removed. |
| PathAliasTest |
class |
core/modules/path/tests/src/Functional/PathAliasTest.php |
Tests modifying path aliases from the UI. |
| PathAliasTest |
class |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
JSON:API integration test for the "PathAlias" content entity type. |
| PathAliasTest.php |
file |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
|
| PathAliasTest.php |
file |
core/modules/path/tests/src/Functional/PathAliasTest.php |
|
| PathAliasTest::$defaultTheme |
property |
core/modules/path/tests/src/Functional/PathAliasTest.php |
The theme to install as the default for testing. |
| PathAliasTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
The theme to install as the default for testing. |
| PathAliasTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
|
| 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. |
| PathAliasTest::testPathCache |
function |
core/modules/path/tests/src/Functional/PathAliasTest.php |
Tests the path cache. |
| 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. |