public function FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties in Drupal 9
Same name and namespace in other branches
- 8 core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php \Drupal\content_translation\FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties()
- 10 core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php \Drupal\content_translation\FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties()
Returns the synchronized properties for the specified field definition.
Parameters
\Drupal\Core\Field\FieldDefinitionInterface $field_definition: A field definition.
Return value
string[] An array of synchronized field property names.
1 method overrides FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties()
- FieldTranslationSynchronizer::getFieldSynchronizedProperties in core/
modules/ content_translation/ src/ FieldTranslationSynchronizer.php - Returns the synchronized properties for the specified field definition.
File
- core/
modules/ content_translation/ src/ FieldTranslationSynchronizerInterface.php, line 67
Class
- FieldTranslationSynchronizerInterface
- Provides field translation synchronization capabilities.
Namespace
Drupal\content_translationCode
public function getFieldSynchronizedProperties(FieldDefinitionInterface $field_definition);