| FieldConfigJsonCookieTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php |
The theme to install as the default for testing. |
| FieldConfigJsonCookieTest::$format |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php |
The format to use in this test. |
| FieldConfigJsonCookieTest::$mimeType |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php |
The MIME type that corresponds to $format. |
| FieldConfigResourceTestBase |
class |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
Resource test base for the FieldConfig entity. |
| FieldConfigResourceTestBase.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
|
| FieldConfigResourceTestBase::$entity |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
|
| FieldConfigResourceTestBase::$entityTypeId |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
The tested entity type. |
| FieldConfigResourceTestBase::$modules |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
Modules to install. |
| FieldConfigResourceTestBase::createEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
Creates the entity to be tested. |
| FieldConfigResourceTestBase::getExpectedCacheContexts |
function |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
| FieldConfigResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
Returns the expected normalization of the entity. |
| FieldConfigResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
Return the expected error message. |
| FieldConfigResourceTestBase::getNormalizedPostEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
Returns the normalized POST entity. |
| FieldConfigResourceTestBase::setUpAuthorization |
function |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
Sets up the necessary authorization. |
| FieldConfigTest |
class |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
JSON:API integration test for the "FieldConfig" config entity type. |
| FieldConfigTest.php |
file |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
|
| FieldConfigTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
The theme to install as the default for testing. |
| FieldConfigTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
|
| FieldConfigTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
The tested entity type. |
| FieldConfigTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
Modules to install. |
| FieldConfigTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
The name of the tested JSON:API resource type. |
| FieldConfigTest::createAnotherEntity |
function |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
Creates another entity to be tested. |
| FieldConfigTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
Creates the entity to be tested. |
| FieldConfigTest::entityAccess |
function |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
Checks access for the given operation on the given entity. |
| FieldConfigTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
Returns the expected JSON:API document for the entity. |
| FieldConfigTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
Return the expected error message. |
| FieldConfigTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
Returns the JSON:API POST document. |
| FieldConfigTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
Sets up the necessary authorization. |
| FieldConfigValidationTest |
class |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
Tests validation of field_config entities. |
| FieldConfigValidationTest.php |
file |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
|
| FieldConfigValidationTest::$modules |
property |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
Modules to install. |
| FieldConfigValidationTest::setUp |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
|
| FieldConfigValidationTest::testEntityReferenceSelectionHandlerIsValidated |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
Tests that entity reference selection handler plugin IDs are validated. |
| FieldConfigValidationTest::testFieldTypePluginIsValidated |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
Tests that the field type plugin's existence is validated. |
| FieldConfigValidationTest::testImmutableProperties |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
Tests that immutable properties cannot be changed. |
| FieldConfigValidationTest::testInvalidDependencies |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
Tests that validation fails if config dependencies are invalid. |
| FieldConfigValidationTest::testMultilineTextFieldDefaultValue |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
Tests validation of a field_config's default value. |
| FieldConfigValidationTest::testRequiredPropertyKeysMissing |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
A property that is required must have a value (i.e. not NULL). |
| FieldConfigValidationTest::testRequiredPropertyValuesMissing |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
A property that is required must have a value (i.e. not NULL). |
| FieldConfigValidationTest::testTargetBundleMustExist |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
Tests that the target bundle of the field is checked. |
| FieldConfigXmlAnonTest |
class |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php |
Tests Field Config Xml Anon. |
| FieldConfigXmlAnonTest.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php |
|
| FieldConfigXmlAnonTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php |
The theme to install as the default for testing. |
| FieldConfigXmlAnonTest::$format |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php |
The format to use in this test. |
| FieldConfigXmlAnonTest::$mimeType |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php |
The MIME type that corresponds to $format. |
| FieldConfigXmlBasicAuthTest |
class |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php |
Tests Field Config Xml Basic Auth. |
| FieldConfigXmlBasicAuthTest.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php |
|
| FieldConfigXmlBasicAuthTest::$auth |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| FieldConfigXmlBasicAuthTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| FieldConfigXmlBasicAuthTest::$format |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php |
The format to use in this test. |