| ConfigTestJsonBasicAuthTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php |
The format to use in this test. |
| ConfigTestJsonBasicAuthTest::$mimeType |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| ConfigTestJsonBasicAuthTest::$modules |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php |
Modules to install. |
| ConfigTestJsonCookieTest |
class |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php |
Tests ConfigTest Json Cookie. |
| ConfigTestJsonCookieTest.php |
file |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php |
|
| ConfigTestJsonCookieTest::$auth |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php |
The authentication mechanism to use in this test. |
| ConfigTestJsonCookieTest::$defaultTheme |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php |
The theme to install as the default for testing. |
| ConfigTestJsonCookieTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php |
The format to use in this test. |
| ConfigTestJsonCookieTest::$mimeType |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php |
The MIME type that corresponds to $format. |
| ConfigTestListBuilder |
class |
core/modules/config/tests/config_test/src/ConfigTestListBuilder.php |
Defines a class to build a listing of ConfigTest entities. |
| ConfigTestListBuilder.php |
file |
core/modules/config/tests/config_test/src/ConfigTestListBuilder.php |
|
| ConfigTestListBuilder::buildHeader |
function |
core/modules/config/tests/config_test/src/ConfigTestListBuilder.php |
Builds the header row for the entity listing. |
| ConfigTestListBuilder::buildRow |
function |
core/modules/config/tests/config_test/src/ConfigTestListBuilder.php |
Builds a row for an entity in the entity listing. |
| ConfigTestPermissions |
class |
core/modules/config/tests/config_test/src/ConfigTestPermissions.php |
Provide dynamic permissions for testing permission dependencies on config. |
| ConfigTestPermissions.php |
file |
core/modules/config/tests/config_test/src/ConfigTestPermissions.php |
|
| ConfigTestPermissions::configTestPermissions |
function |
core/modules/config/tests/config_test/src/ConfigTestPermissions.php |
Permissions callback. |
| ConfigTestPermissions::create |
function |
core/modules/config/tests/config_test/src/ConfigTestPermissions.php |
Instantiates a new instance of this class. |
| ConfigTestPermissions::__construct |
function |
core/modules/config/tests/config_test/src/ConfigTestPermissions.php |
|
| ConfigTestResourceTestBase |
class |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Resource test base for the ConfigTest entity. |
| ConfigTestResourceTestBase.php |
file |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
|
| ConfigTestResourceTestBase::$entity |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
|
| ConfigTestResourceTestBase::$entityTypeId |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
The tested entity type. |
| ConfigTestResourceTestBase::$modules |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Modules to install. |
| ConfigTestResourceTestBase::createEntity |
function |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Creates the entity to be tested. |
| ConfigTestResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Returns the expected normalization of the entity. |
| ConfigTestResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Return the expected error message. |
| ConfigTestResourceTestBase::getNormalizedPostEntity |
function |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Returns the normalized POST entity. |
| ConfigTestResourceTestBase::setUpAuthorization |
function |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Sets up the necessary authorization. |
| ConfigTestRestHooks |
class |
core/modules/rest/tests/modules/config_test_rest/src/Hook/ConfigTestRestHooks.php |
Hook implementations for config_test_rest. |
| ConfigTestRestHooks.php |
file |
core/modules/rest/tests/modules/config_test_rest/src/Hook/ConfigTestRestHooks.php |
|
| ConfigTestRestHooks::configTestAccess |
function |
core/modules/rest/tests/modules/config_test_rest/src/Hook/ConfigTestRestHooks.php |
Implements hook_ENTITY_TYPE_access(). |
| ConfigTestRestHooks::entityTypeAlter |
function |
core/modules/rest/tests/modules/config_test_rest/src/Hook/ConfigTestRestHooks.php |
Implements hook_entity_type_alter(). |
| ConfigTestStorage |
class |
core/modules/config/tests/config_test/src/ConfigTestStorage.php |
Storage class for testing configuration entity storage. |
| ConfigTestStorage.php |
file |
core/modules/config/tests/config_test/src/ConfigTestStorage.php |
|
| ConfigTestStorage::importCreate |
function |
core/modules/config/tests/config_test/src/ConfigTestStorage.php |
Creates entities upon synchronizing configuration changes. |
| ConfigTestStorage::importDelete |
function |
core/modules/config/tests/config_test/src/ConfigTestStorage.php |
Delete entities upon synchronizing configuration changes. |
| ConfigTestStorage::importUpdate |
function |
core/modules/config/tests/config_test/src/ConfigTestStorage.php |
Updates entities upon synchronizing configuration changes. |
| ConfigTestTest |
class |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
JSON:API integration test for the "ConfigTest" config entity type. |
| ConfigTestTest.php |
file |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
|
| ConfigTestTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
The theme to install as the default for testing. |
| ConfigTestTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
|
| ConfigTestTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
The tested entity type. |
| ConfigTestTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
Modules to install. |
| ConfigTestTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
The name of the tested JSON:API resource type. |
| ConfigTestTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
Creates the entity to be tested. |
| ConfigTestTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
Returns the expected JSON:API document for the entity. |
| ConfigTestTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
Return the expected error message. |
| ConfigTestTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
Returns the JSON:API POST document. |
| ConfigTestTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
Sets up the necessary authorization. |
| ConfigTestTrait |
trait |
core/tests/Drupal/Tests/ConfigTestTrait.php |
Provides helper methods to deal with config system objects in tests. |