| FieldTranslationSqlStorageTest::assertFieldStorageLangcode |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php |
Checks whether field languages are correctly stored for the given entity. |
| FieldTranslationSqlStorageTest::testFieldSqlStorage |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php |
Tests field SQL storage. |
| FieldTranslationSynchronizer |
class |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Provides field translation synchronization capabilities. |
| FieldTranslationSynchronizer.php |
file |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
|
| FieldTranslationSynchronizer::$entityTypeManager |
property |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
The entity type manager. |
| FieldTranslationSynchronizer::$fieldTypeManager |
property |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
The field type plugin manager. |
| FieldTranslationSynchronizer::createMergedItem |
function |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Creates a merged item. |
| FieldTranslationSynchronizer::getFieldSynchronizationSettings |
function |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Returns the synchronization settings for the specified field. |
| FieldTranslationSynchronizer::getFieldSynchronizedProperties |
function |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Returns the synchronized properties for the specified field definition. |
| FieldTranslationSynchronizer::getOriginalEntity |
function |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Returns the original unchanged entity to be used to detect changes. |
| FieldTranslationSynchronizer::itemHash |
function |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Computes a hash code for the specified item. |
| FieldTranslationSynchronizer::synchronizeFields |
function |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Performs field column synchronization on the given entity. |
| FieldTranslationSynchronizer::synchronizeItems |
function |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Synchronize the items of a single field. |
| FieldTranslationSynchronizer::__construct |
function |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Constructs a FieldTranslationSynchronizer object. |
| FieldTranslationSynchronizerInterface |
interface |
core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php |
Provides field translation synchronization capabilities. |
| FieldTranslationSynchronizerInterface.php |
file |
core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php |
|
| FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties |
function |
core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php |
Returns the synchronized properties for the specified field definition. |
| FieldTranslationSynchronizerInterface::synchronizeFields |
function |
core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php |
Performs field column synchronization on the given entity. |
| FieldTranslationSynchronizerInterface::synchronizeItems |
function |
core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php |
Synchronize the items of a single field. |
| FieldType |
class |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
Defines a FieldType annotation object. |
| FieldType |
class |
core/lib/Drupal/Core/Field/Attribute/FieldType.php |
Defines a FieldType attribute. |
| FieldType |
class |
core/modules/field/src/Plugin/migrate/process/FieldType.php |
Determines the field type for a field. |
| FieldType.php |
file |
core/modules/field/src/Plugin/migrate/process/FieldType.php |
|
| FieldType.php |
file |
core/lib/Drupal/Core/Field/Attribute/FieldType.php |
|
| FieldType.php |
file |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
|
| FieldType::$cardinality |
property |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
An integer defining a fixed cardinality for this field type. |
| FieldType::$category |
property |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
The category under which the field type should be listed in the UI. |
| FieldType::$default_formatter |
property |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
The plugin ID of the default formatter for this field type. |
| FieldType::$default_widget |
property |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
The plugin ID of the default widget for this field type. |
| FieldType::$description |
property |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
A short human readable description for the field type. |
| FieldType::$fieldPluginManager |
property |
core/modules/field/src/Plugin/migrate/process/FieldType.php |
The field plugin manager. |
| FieldType::$id |
property |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
The plugin ID. |
| FieldType::$label |
property |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
The human-readable name of the field type. |
| FieldType::$list_class |
property |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
The typed data class used for wrapping multiple data items of the type. |
| FieldType::$migration |
property |
core/modules/field/src/Plugin/migrate/process/FieldType.php |
The migration object. |
| FieldType::$module |
property |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
The name of the module providing the field type plugin. |
| FieldType::$no_ui |
property |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
Indicates that fields of this type cannot be created through the UI. |
| FieldType::$weight |
property |
core/lib/Drupal/Core/Field/Annotation/FieldType.php |
The weight of the field type. |
| FieldType::create |
function |
core/modules/field/src/Plugin/migrate/process/FieldType.php |
Instantiates a new instance of the implementing class using autowiring. |
| FieldType::transform |
function |
core/modules/field/src/Plugin/migrate/process/FieldType.php |
Performs the associated process. |
| FieldType::__construct |
function |
core/modules/field/src/Plugin/migrate/process/FieldType.php |
Constructs a FieldType plugin. |
| FieldType::__construct |
function |
core/lib/Drupal/Core/Field/Attribute/FieldType.php |
Constructs a FieldType attribute. |
| FieldTypeCategoriesIntegrationTest |
class |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
Tests field UI integration with field type categories for loading libraries. |
| FieldTypeCategoriesIntegrationTest.php |
file |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
|
| FieldTypeCategoriesIntegrationTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
The theme to install as the default for testing. |
| FieldTypeCategoriesIntegrationTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
Modules to install. |
| FieldTypeCategoriesIntegrationTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
|
| FieldTypeCategoriesIntegrationTest::testLibrariesLoaded |
function |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
Tests if the libraries are loaded on FieldStorageAddForm. |
| FieldTypeCategory |
class |
core/lib/Drupal/Core/Field/FieldTypeCategory.php |
Default object used for field_type_categories plugins. |
| FieldTypeCategory.php |
file |
core/lib/Drupal/Core/Field/FieldTypeCategory.php |
|