| FieldMigration::__construct |
function |
core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php |
Constructs a FieldMigration. |
| FieldMissingTypeTest |
class |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Tests the exception when missing a field type. |
| FieldMissingTypeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
|
| FieldMissingTypeTest::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
The field name. |
| 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. |
| FieldMissingTypeTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
|
| FieldMissingTypeTest::testFieldMissingType |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Tests the exception thrown when missing a field type in fields. |
| FieldMissingTypeTest::testFieldStorageMissingType |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Tests the exception thrown when missing a field type in field storages. |
| FieldNormalizer |
class |
core/modules/jsonapi/src/Normalizer/FieldNormalizer.php |
Converts the Drupal field structure to a JSON:API array structure. |
| FieldNormalizer |
class |
core/modules/serialization/src/Normalizer/FieldNormalizer.php |
Denormalizes data to Drupal field values. |
| FieldNormalizer.php |
file |
core/modules/serialization/src/Normalizer/FieldNormalizer.php |
|
| FieldNormalizer.php |
file |
core/modules/jsonapi/src/Normalizer/FieldNormalizer.php |
|
| FieldNormalizer::denormalize |
function |
core/modules/jsonapi/src/Normalizer/FieldNormalizer.php |
|
| FieldNormalizer::denormalize |
function |
core/modules/serialization/src/Normalizer/FieldNormalizer.php |
|
| FieldNormalizer::doNormalize |
function |
core/modules/jsonapi/src/Normalizer/FieldNormalizer.php |
Normalizes an object into a set of arrays/scalars. |
| FieldNormalizer::getNormalizationSchema |
function |
core/modules/jsonapi/src/Normalizer/FieldNormalizer.php |
Retrieve JSON Schema for the normalization. |
| FieldNormalizer::getSupportedTypes |
function |
core/modules/jsonapi/src/Normalizer/FieldNormalizer.php |
|
| FieldNormalizer::getSupportedTypes |
function |
core/modules/serialization/src/Normalizer/FieldNormalizer.php |
|
| FieldNormalizer::normalizeFieldItems |
function |
core/modules/jsonapi/src/Normalizer/FieldNormalizer.php |
Helper function to normalize field items. |
| FieldNumericTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Tests the core Drupal\views\Plugin\views\field\Numeric handler. |
| FieldNumericTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
|
| FieldNumericTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Views used by this test. |
| FieldNumericTest::providerTestFieldNumeric |
function |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Data provider for testFieldNumeric. |
| FieldNumericTest::testFieldNumeric |
function |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Tests the Numeric handler with different settings. |
| FieldOptionTranslation |
class |
core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php |
Drupal 6 i18n field option labels source from database. |
| FieldOptionTranslation |
class |
core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php |
Drupal 7 i18n field option label source from database. |
| FieldOptionTranslation |
class |
core/modules/field/src/Plugin/migrate/process/d6/FieldOptionTranslation.php |
Determines the allowed values translation for select lists. |
| FieldOptionTranslation |
class |
core/modules/field/src/Plugin/migrate/process/d7/FieldOptionTranslation.php |
Determines the allowed values translation for select lists. |
| FieldOptionTranslation.php |
file |
core/modules/field/src/Plugin/migrate/process/d6/FieldOptionTranslation.php |
|
| FieldOptionTranslation.php |
file |
core/modules/field/src/Plugin/migrate/process/d7/FieldOptionTranslation.php |
|
| FieldOptionTranslation.php |
file |
core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php |
|
| FieldOptionTranslation.php |
file |
core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php |
|
| FieldOptionTranslation::fields |
function |
core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php |
Returns available fields on the source. |
| FieldOptionTranslation::fields |
function |
core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php |
Returns available fields on the source. |
| FieldOptionTranslation::getIds |
function |
core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php |
Defines the source fields uniquely identifying a source row. |
| FieldOptionTranslation::getIds |
function |
core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php |
Defines the source fields uniquely identifying a source row. |
| FieldOptionTranslation::query |
function |
core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php |
Prepares query object to retrieve data from the source database. |
| FieldOptionTranslation::query |
function |
core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php |
Prepares query object to retrieve data from the source database. |
| FieldOptionTranslation::transform |
function |
core/modules/field/src/Plugin/migrate/process/d6/FieldOptionTranslation.php |
Get the field default/mapped settings. |
| FieldOptionTranslation::transform |
function |
core/modules/field/src/Plugin/migrate/process/d7/FieldOptionTranslation.php |
Get the field default/mapped settings. |
| FieldOptionTranslation::__construct |
function |
core/modules/field/src/Plugin/migrate/process/d6/FieldOptionTranslation.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| FieldOptionTranslation::__construct |
function |
core/modules/field/src/Plugin/migrate/process/d7/FieldOptionTranslation.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| FieldOptionTranslationTest |
class |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
Tests the field option translation source plugin. |
| FieldOptionTranslationTest |
class |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
Tests the field option translation source plugin. |
| FieldOptionTranslationTest.php |
file |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
|
| FieldOptionTranslationTest.php |
file |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
|
| FieldOptionTranslationTest::$modules |
property |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
Modules to install. |
| FieldOptionTranslationTest::$modules |
property |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
Modules to install. |
| FieldOptionTranslationTest::providerSource |
function |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
Provides source data for ::testSource. |
| FieldOptionTranslationTest::providerSource |
function |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
Provides source data for ::testSource. |