You are here

class UserIdConstraint in Scheduled Updates 8

Checks for the user id.

Plugin annotation


@Constraint(
  id = "UserId",
  label = @Translation("User Id", context = "Validation")
)

Hierarchy

  • class \Drupal\scheduled_updates_tests\Plugin\Validation\Constraint\UserIdConstraint extends \Symfony\Component\Validator\Constraint

Expanded class hierarchy of UserIdConstraint

File

tests/modules/scheduled_updates_tests/src/Plugin/Validation/Constraint/UserIdConstraint.php, line 17

Namespace

Drupal\scheduled_updates_tests\Plugin\Validation\Constraint
View source
class UserIdConstraint extends Constraint {

}

Members