Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

EntityUntranslatableFieldsConstraint.php

Namespace

Drupal\Core\Entity\Plugin\Validation\Constraint

File

core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php

View source
<?php

namespace Drupal\Core\Entity\Plugin\Validation\Constraint;

use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\Core\Validation\Attribute\Constraint;
use Symfony\Component\Validator\Constraint as SymfonyConstraint;

/**
 * Validation constraint for the entity changed timestamp.
 */
class EntityUntranslatableFieldsConstraint extends SymfonyConstraint {
    public $defaultRevisionMessage = 'Non-translatable fields can only be changed when updating the current revision.';
    public $defaultTranslationMessage = 'Non-translatable fields can only be changed when updating the original language.';

}

Classes

Title Deprecated Summary
EntityUntranslatableFieldsConstraint Validation constraint for the entity changed timestamp.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal