function FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties

Same name in other branches
  1. 9 core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php \Drupal\content_translation\FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties()
  2. 8.9.x core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php \Drupal\content_translation\FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties()
  3. 11.x 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.

File

core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php, line 67

Class

FieldTranslationSynchronizerInterface
Provides field translation synchronization capabilities.

Namespace

Drupal\content_translation

Code

public function getFieldSynchronizedProperties(FieldDefinitionInterface $field_definition);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.