| RestResourceConfigTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php |
Returns the expected JSON:API document for the entity. |
| RestResourceConfigTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php |
Returns the JSON:API POST document. |
| RestResourceConfigTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php |
Sets up the necessary authorization. |
| RestResourceConfigTest::testCalculateDependencies |
function |
core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php |
@covers ::calculateDependencies[[api-linebreak]] |
| RestResourceConfigTest::testNormalizeRestMethod |
function |
core/modules/rest/tests/src/Unit/Entity/RestResourceConfigTest.php |
Asserts that rest methods are normalized to upper case. |
| RestResourceConfigXmlAnonTest |
class |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlAnonTest.php |
@group rest |
| RestResourceConfigXmlAnonTest.php |
file |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlAnonTest.php |
|
| RestResourceConfigXmlAnonTest::$defaultTheme |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlAnonTest.php |
The theme to install as the default for testing. |
| RestResourceConfigXmlAnonTest::$format |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlAnonTest.php |
The format to use in this test. |
| RestResourceConfigXmlAnonTest::$mimeType |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlAnonTest.php |
The MIME type that corresponds to $format. |
| RestResourceConfigXmlBasicAuthTest |
class |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php |
@group rest |
| RestResourceConfigXmlBasicAuthTest.php |
file |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php |
|
| RestResourceConfigXmlBasicAuthTest::$auth |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| RestResourceConfigXmlBasicAuthTest::$defaultTheme |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| RestResourceConfigXmlBasicAuthTest::$format |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php |
The format to use in this test. |
| RestResourceConfigXmlBasicAuthTest::$mimeType |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| RestResourceConfigXmlBasicAuthTest::$modules |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php |
Modules to install. |
| RestResourceConfigXmlCookieTest |
class |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php |
@group rest |
| RestResourceConfigXmlCookieTest.php |
file |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php |
|
| RestResourceConfigXmlCookieTest::$auth |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php |
The authentication mechanism to use in this test. |
| RestResourceConfigXmlCookieTest::$defaultTheme |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php |
The theme to install as the default for testing. |
| RestResourceConfigXmlCookieTest::$format |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php |
The format to use in this test. |
| RestResourceConfigXmlCookieTest::$mimeType |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php |
The MIME type that corresponds to $format. |
| RESTTestBase::$resourceConfigStorage |
property |
core/modules/rest/src/Tests/RESTTestBase.php |
The REST resource config storage. |
| RESTTestBase::configEntityValues |
function |
core/modules/rest/src/Tests/RESTTestBase.php |
Provides an array of suitable property values for a config entity type. |
| RESTTestBase::isConfigEntity |
function |
core/modules/rest/src/Tests/RESTTestBase.php |
Checks if an entity type id is for a Config Entity. |
| rest_post_update_create_rest_resource_config_entities |
function |
core/modules/rest/rest.post_update.php |
Create REST resource configuration entities. |
| RotateImageEffect::buildConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php |
Form constructor. |
| RotateImageEffect::defaultConfiguration |
function |
core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php |
Gets default configuration for this plugin. |
| RotateImageEffect::submitConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php |
Form submission handler. |
| RotateImageEffect::validateConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php |
Form validation handler. |
| RssFeedsForm::getEditableConfigNames |
function |
core/modules/system/src/Form/RssFeedsForm.php |
Gets the configuration names that will be editable. |
| ScaleImageEffect::buildConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Form constructor. |
| ScaleImageEffect::defaultConfiguration |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Gets default configuration for this plugin. |
| ScaleImageEffect::submitConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Form submission handler. |
| ScaleImageEffect::validateConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Form validation handler. |
| SchemaCheckTestTrait::assertConfigSchema |
function |
core/tests/Drupal/Tests/SchemaCheckTestTrait.php |
Asserts the TypedConfigManager has a valid schema for the configuration. |
| SchemaCheckTestTrait::assertConfigSchemaByName |
function |
core/tests/Drupal/Tests/SchemaCheckTestTrait.php |
Asserts configuration, specified by name, has a valid schema. |
| SchemaCheckTrait::$configName |
property |
core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php |
The configuration object name under test. |
| SchemaCheckTrait::checkConfigSchema |
function |
core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php |
Checks the TypedConfigManager has a valid schema for the configuration. |
| SchemaCheckTraitTest::$typedConfig |
property |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
The typed config manager. |
| SchemaConfigListenerTest |
class |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
Tests the functionality of ConfigSchemaChecker in KernelTestBase tests. |
| SchemaConfigListenerTest |
class |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
Tests the functionality of ConfigSchemaChecker in KernelTestBase tests. |
| SchemaConfigListenerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
|
| SchemaConfigListenerTest.php |
file |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
|
| SchemaConfigListenerTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
The theme to install as the default for testing. |
| SchemaConfigListenerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
Modules to enable. |
| SchemaConfigListenerTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
Modules to enable. |
| SchemaConfigListenerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
|
| SchemaConfigListenerTestTrait |
trait |
core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php |
Adds a test for the configuration schema checker use in tests. |