Basic Constraints ~~~~~~~~~~~~~~~~~ These are the basic constraints: use them to assert very basic things about the value of properties or the return value of methods on your object. * :doc:`NotBlank ` * :doc:`Blank ` * :doc:`NotNull ` * :doc:`Null ` * :doc:`True ` * :doc:`False ` * :doc:`Type ` String Constraints ~~~~~~~~~~~~~~~~~~ * :doc:`Email ` * :doc:`MinLength ` * :doc:`MaxLength ` * :doc:`Length ` * :doc:`Url ` * :doc:`Regex ` * :doc:`Ip ` Number Constraints ~~~~~~~~~~~~~~~~~~ * :doc:`Max ` * :doc:`Min ` * :doc:`Range ` Date Constraints ~~~~~~~~~~~~~~~~ * :doc:`Date ` * :doc:`DateTime ` * :doc:`Time ` Collection Constraints ~~~~~~~~~~~~~~~~~~~~~~ * :doc:`Choice ` * :doc:`Collection ` * :doc:`Count ` * :doc:`UniqueEntity ` * :doc:`Language ` * :doc:`Locale ` * :doc:`Country ` File Constraints ~~~~~~~~~~~~~~~~ * :doc:`File ` * :doc:`Image ` Other Constraints ~~~~~~~~~~~~~~~~~ * :doc:`Callback ` * :doc:`All ` * :doc:`UserPassword ` * :doc:`Valid `