class ContentTranslationSynchronizedFieldsConstraint

Same name and namespace in other branches
  1. 11.x core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php \Drupal\content_translation\Plugin\Validation\Constraint\ContentTranslationSynchronizedFieldsConstraint
  2. 10 core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php \Drupal\content_translation\Plugin\Validation\Constraint\ContentTranslationSynchronizedFieldsConstraint
  3. 9 core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php \Drupal\content_translation\Plugin\Validation\Constraint\ContentTranslationSynchronizedFieldsConstraint
  4. 8.9.x core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php \Drupal\content_translation\Plugin\Validation\Constraint\ContentTranslationSynchronizedFieldsConstraint

Validation constraint for the entity changed timestamp.

@internal

Attributes

#[Constraint(id: 'ContentTranslationSynchronizedFields', label: new TranslatableMarkup('Content translation synchronized fields', [], [ 'context' => 'Validation', ]), type: [ 'entity', ])]

Hierarchy

Expanded class hierarchy of ContentTranslationSynchronizedFieldsConstraint

File

core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php, line 15

Namespace

Drupal\content_translation\Plugin\Validation\Constraint
View source
class ContentTranslationSynchronizedFieldsConstraint extends SymfonyConstraint {
  public function __construct(mixed $options = NULL, public string $defaultRevisionMessage = 'Non-translatable field elements can only be changed when updating the current revision.', public string $defaultTranslationMessage = 'Non-translatable field elements can only be changed when updating the original language.', ?array $groups = NULL, mixed $payload = NULL) {
    parent::__construct($options, $groups, $payload);
  }

}

Members

Title Sort descending Modifiers Object type Summary
ContentTranslationSynchronizedFieldsConstraint::__construct public function #[HasNamedArguments]

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