| ConfigTest::testSetInvalidOffsetValue |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests set invalid offset value. |
| ConfigTest::testSetName |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests set name. |
| ConfigTest::testSetValidation |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests set validation. |
| ConfigTest::testSetValue |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests set value. |
| ConfigTest::testSkipClean |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php |
Tests skip clean. |
| ConfigTest::testValidateNameException |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests validate name exception. |
| ConfigTest::toArray |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Gets an array of all property values. |
| ConfigTest::validateNameProvider |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Provides data to test name validation. |
| ConfigTestAccessControlHandler |
class |
core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php |
Defines the access control handler for the config_test entity type. |
| ConfigTestAccessControlHandler.php |
file |
core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php |
|
| ConfigTestAccessControlHandler::checkAccess |
function |
core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php |
Performs access checks. |
| ConfigTestAccessControlHandler::checkCreateAccess |
function |
core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php |
Performs create access checks. |
| ConfigTestController |
class |
core/modules/config/tests/config_test/src/ConfigTestController.php |
Route controller class for the config_test module. |
| ConfigTestController.php |
file |
core/modules/config/tests/config_test/src/ConfigTestController.php |
|
| ConfigTestController::disable |
function |
core/modules/config/tests/config_test/src/ConfigTestController.php |
Disables a ConfigTest object. |
| ConfigTestController::editTitle |
function |
core/modules/config/tests/config_test/src/ConfigTestController.php |
Route title callback. |
| ConfigTestController::enable |
function |
core/modules/config/tests/config_test/src/ConfigTestController.php |
Enables a ConfigTest object. |
| ConfigTestForm |
class |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Form controller for the test config edit forms. |
| ConfigTestForm.php |
file |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
|
| ConfigTestForm::changeSize |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Element submit handler for non-JS testing. |
| ConfigTestForm::exists |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Determines if the entity already exists. |
| ConfigTestForm::form |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Gets the actual form array to be built. |
| ConfigTestForm::save |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Form submission handler for the 'save' action. |
| ConfigTestForm::updateSize |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Ajax callback for the size selection element. |
| ConfigTestHooks |
class |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php |
Hook implementations for config_test. |
| ConfigTestHooks.php |
file |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php |
|
| ConfigTestHooks::cacheFlush |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php |
Implements hook_cache_flush(). |
| ConfigTestHooks::entityQueryTagConfigQueryTestConfigEntityQueryAlterHookTestAlter |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php |
Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter(). |
| ConfigTestHooks::entityTypeAlter |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php |
Implements hook_entity_type_alter(). |
| ConfigTestHooksHooks |
class |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
Hook implementations for config_test. |
| ConfigTestHooksHooks.php |
file |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
|
| ConfigTestHooksHooks::configTestCreate |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
Implements hook_ENTITY_TYPE_create() for 'config_test'. |
| ConfigTestHooksHooks::configTestDelete |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| ConfigTestHooksHooks::configTestInsert |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
Implements hook_ENTITY_TYPE_insert(). |
| ConfigTestHooksHooks::configTestLoad |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
Implements hook_ENTITY_TYPE_load(). |
| ConfigTestHooksHooks::configTestPredelete |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
Implements hook_ENTITY_TYPE_predelete(). |
| ConfigTestHooksHooks::configTestPresave |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
Implements hook_ENTITY_TYPE_presave(). |
| ConfigTestHooksHooks::configTestUpdate |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
Implements hook_ENTITY_TYPE_update(). |
| ConfigTestHooksHooks::updateIsSyncingStore |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
Helper function for testing hooks during configuration sync. |
| ConfigTestInterface |
interface |
core/modules/config/tests/config_test/src/ConfigTestInterface.php |
Provides an interface defining a config_test entity. |
| ConfigTestInterface.php |
file |
core/modules/config/tests/config_test/src/ConfigTestInterface.php |
|
| ConfigTestJsonAnonTest |
class |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php |
Tests ConfigTest Json Anon. |
| ConfigTestJsonAnonTest.php |
file |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php |
|
| ConfigTestJsonAnonTest::$defaultTheme |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php |
The theme to install as the default for testing. |
| ConfigTestJsonAnonTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php |
The format to use in this test. |
| ConfigTestJsonAnonTest::$mimeType |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php |
The MIME type that corresponds to $format. |
| ConfigTestJsonBasicAuthTest |
class |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php |
Tests ConfigTest Json Basic Auth. |
| ConfigTestJsonBasicAuthTest.php |
file |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php |
|
| ConfigTestJsonBasicAuthTest::$auth |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ConfigTestJsonBasicAuthTest::$defaultTheme |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php |
The theme to install as the default for testing. |