NodeTitleConstraint.php in Node Title Validation 1.0.x
Same filename and directory in other branches
File
src/Plugin/Validation/Constraint/NodeTitleConstraint.phpView source
<?php
namespace Drupal\node_title_validation\Plugin\Validation\Constraint;
use Symfony\Component\Validator\Constraint;
/**
* Checks that the node.
*
* @Constraint(
* id = "NodeTitleValidate",
* label = @Translation("List of items"),
* )
*/
class NodeTitleConstraint extends Constraint {
}
Classes
Name | Description |
---|---|
NodeTitleConstraint | Checks that the node. |