| PathAliasJsonAnonTest |
class |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonAnonTest.php |
Test path_alias entities for unauthenticated JSON requests. |
| PathAliasJsonAnonTest.php |
file |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonAnonTest.php |
|
| PathAliasJsonAnonTest::$defaultTheme |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonAnonTest.php |
The theme to install as the default for testing. |
| PathAliasJsonAnonTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonAnonTest.php |
The format to use in this test. |
| PathAliasJsonAnonTest::$mimeType |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonAnonTest.php |
The MIME type that corresponds to $format. |
| PathAliasJsonBasicAuthTest |
class |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php |
Test path_alias entities for JSON requests via basic auth. |
| PathAliasJsonBasicAuthTest.php |
file |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php |
|
| PathAliasJsonBasicAuthTest::$auth |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| PathAliasJsonBasicAuthTest::$defaultTheme |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| PathAliasJsonBasicAuthTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php |
The format to use in this test. |
| PathAliasJsonBasicAuthTest::$mimeType |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| PathAliasJsonBasicAuthTest::$modules |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php |
Modules to install. |
| PathAliasJsonCookieTest |
class |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonCookieTest.php |
Test path_alias entities for JSON requests with cookie authentication. |
| PathAliasJsonCookieTest.php |
file |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonCookieTest.php |
|
| PathAliasJsonCookieTest::$auth |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonCookieTest.php |
The authentication mechanism to use in this test. |
| PathAliasJsonCookieTest::$defaultTheme |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonCookieTest.php |
The theme to install as the default for testing. |
| PathAliasJsonCookieTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonCookieTest.php |
The format to use in this test. |
| 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 doTestPost(). |
| 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 doTestPost(). |
| 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. |
| PathAliasRevisionIndexesUpdatePathTest |
class |
core/modules/path_alias/tests/src/Functional/Update/PathAliasRevisionIndexesUpdatePathTest.php |
Tests the update path for the path_alias_revision table indices. |
| PathAliasRevisionIndexesUpdatePathTest.php |
file |
core/modules/path_alias/tests/src/Functional/Update/PathAliasRevisionIndexesUpdatePathTest.php |
|
| PathAliasRevisionIndexesUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/path_alias/tests/src/Functional/Update/PathAliasRevisionIndexesUpdatePathTest.php |
Set database dump files to be used. |
| PathAliasRevisionIndexesUpdatePathTest::testRunUpdates |
function |
core/modules/path_alias/tests/src/Functional/Update/PathAliasRevisionIndexesUpdatePathTest.php |
Tests the update path for the path_alias_revision table indices. |
| 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/jsonapi/tests/src/Functional/PathAliasTest.php |
JSON:API integration test for the "PathAlias" content entity type. |
| PathAliasTest |
class |
core/modules/path/tests/src/Functional/PathAliasTest.php |
Tests modifying path aliases from the UI. |
| PathAliasTest.php |
file |
core/modules/path/tests/src/Functional/PathAliasTest.php |
|
| PathAliasTest.php |
file |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
|
| PathAliasTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
The theme to install as the default for testing. |
| PathAliasTest::$defaultTheme |
property |
core/modules/path/tests/src/Functional/PathAliasTest.php |
|
| PathAliasTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
|