BlockContentEntityChangedConstraint.php

Same filename and directory in other branches
  1. 9 core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraint.php
  2. 10 core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraint.php

Namespace

Drupal\block_content\Plugin\Validation\Constraint

File

core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraint.php

View source
<?php

namespace Drupal\block_content\Plugin\Validation\Constraint;

use Drupal\Core\Entity\Plugin\Validation\Constraint\EntityChangedConstraint;
use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\Core\Validation\Attribute\Constraint;

/**
 * Validation constraint for the block content entity changed timestamp.
 */
class BlockContentEntityChangedConstraint extends EntityChangedConstraint {

}

Classes

Title Deprecated Summary
BlockContentEntityChangedConstraint Validation constraint for the block content entity changed timestamp.

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