You are here

AllowedValuesConstraint.php in Select (or other) 8

Same filename and directory in other branches
  1. 4.x src/Plugin/Validation/AllowedValuesConstraint.php

File

src/Plugin/Validation/AllowedValuesConstraint.php
View source
<?php

namespace Drupal\select_or_other\Plugin\Validation;


/**
 * Class AllowedValuesConstraint
 *
 * @codeCoverageIgnore
 * Ignore this code as it's a temporary workaround covered by integration tests.
 */
class AllowedValuesConstraint extends \Drupal\Core\Validation\Plugin\Validation\Constraint\AllowedValuesConstraint {

}

Classes

Namesort descending Description
AllowedValuesConstraint Class AllowedValuesConstraint