You are here

class CommerceSkuNotNullConstraint in Commerce AutoSKU 8.2

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

Hierarchy

Expanded class hierarchy of CommerceSkuNotNullConstraint

File

src/Plugin/Validation/CommerceSkuNotNullConstraint.php, line 12

Namespace

Drupal\commerce_autosku\Plugin\Validation
View source
class CommerceSkuNotNullConstraint extends NotNullConstraint {

}

Members