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

Breadcrumb

  1. Drupal Core 11.1.x

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.

API Navigation

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