You are here

class EntityLabelNotNullConstraint in Automatic Entity Label 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/Validation/EntityLabelNotNullConstraint.php \Drupal\auto_entitylabel\Plugin\Validation\EntityLabelNotNullConstraint
  2. 8 src/Plugin/Validation/EntityLabelNotNullConstraint.php \Drupal\auto_entitylabel\Plugin\Validation\EntityLabelNotNullConstraint

Class for Entity Label Not Null Constraint.

Custom override of NotNull constraint to allow empty entity labels to validate before the automatic label is set.

Hierarchy

Expanded class hierarchy of EntityLabelNotNullConstraint

File

src/Plugin/Validation/EntityLabelNotNullConstraint.php, line 13

Namespace

Drupal\auto_entitylabel\Plugin\Validation
View source
class EntityLabelNotNullConstraint extends NotNullConstraint {

}

Members