| 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. |
| FieldConfigXmlBasicAuthTest::$mimeType |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| FieldConfigXmlBasicAuthTest::$modules |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php |
Modules to install. |
| FieldConfigXmlCookieTest |
class |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php |
Tests Field Config Xml Cookie. |
| FieldConfigXmlCookieTest.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php |
|
| FieldConfigXmlCookieTest::$auth |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php |
The authentication mechanism to use in this test. |
| FieldConfigXmlCookieTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php |
The theme to install as the default for testing. |
| FieldConfigXmlCookieTest::$format |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php |
The format to use in this test. |
| FieldConfigXmlCookieTest::$mimeType |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php |
The MIME type that corresponds to $format. |
| FieldDefinition::getConfig |
function |
core/lib/Drupal/Core/Field/FieldDefinition.php |
Gets an object that can be saved in configuration. |
| FieldDefinition::isDisplayConfigurable |
function |
core/lib/Drupal/Core/Field/FieldDefinition.php |
Returns whether the display for the field can be configured. |
| FieldDefinition::setDisplayConfigurable |
function |
core/lib/Drupal/Core/Field/FieldDefinition.php |
Sets whether the display for the field can be configured. |
| FieldDefinitionInterface::getConfig |
function |
core/lib/Drupal/Core/Field/FieldDefinitionInterface.php |
Gets an object that can be saved in configuration. |
| FieldDefinitionInterface::isDisplayConfigurable |
function |
core/lib/Drupal/Core/Field/FieldDefinitionInterface.php |
Returns whether the display for the field can be configured. |
| FieldDefinitionTest::testDisplayConfigurationSettings |
function |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
Tests the display configuration settings. |
| FieldHooks::configImportStepsAlter |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_config_import_steps_alter(). |
| FieldHooks::fieldConfigCreate |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_ENTITY_TYPE_create() for 'field_config'. |
| FieldHooks::fieldConfigInsert |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_ENTITY_TYPE_insert() for 'field_config'. |
| FieldHooks::fieldConfigPresave |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_ENTITY_TYPE_presave() for 'field_config'. |
| FieldHooks::fieldStorageConfigUpdate |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| FieldHooks::formConfigAdminImportFormAlter |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_form_FORM_ID_alter(). |
| FieldItemBase::fieldSettingsFromConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Returns a settings array in the field type's canonical representation. |
| FieldItemBase::fieldSettingsToConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Returns a settings array that can be stored as a configuration value. |
| FieldItemBase::storageSettingsFromConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Returns a settings array in the field type's canonical representation. |
| FieldItemBase::storageSettingsToConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Returns a settings array that can be stored as a configuration value. |
| FieldItemInterface::fieldSettingsFromConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Returns a settings array in the field type's canonical representation. |
| FieldItemInterface::fieldSettingsToConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Returns a settings array that can be stored as a configuration value. |
| FieldItemInterface::storageSettingsFromConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Returns a settings array in the field type's canonical representation. |
| FieldItemInterface::storageSettingsToConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Returns a settings array that can be stored as a configuration value. |
| FieldMissingTypeTest::$strictConfigSchema |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Set to FALSE because we are hacking a field storage to use a fake type. |
| FieldPluginBaseTest::$configuration |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The configuration of the plugin under test. |
| FieldRenderedEntityTest::assertConfigDependencies |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Ensures that the config dependencies are calculated the right way. |
| FieldSettingsTest::testConfigurableFieldSettings |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php |
Tests configurable field settings. |
| FieldSettingsTest::testConfigurableFieldStorageSettings |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php |
Tests configurable field storage settings. |
| FieldStorageConfig |
class |
core/modules/field/src/Entity/FieldStorageConfig.php |
Defines the Field storage configuration entity. |
| FieldStorageConfig.php |
file |
core/modules/field/src/Entity/FieldStorageConfig.php |
|
| FieldStorageConfig::$cardinality |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The field cardinality. |