BlockContentEntityChangedConstraint.php
Same filename in other branches
Namespace
Drupal\block_content\Plugin\Validation\ConstraintFile
-
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.