Field validation deprecated

Component ID

1534274

Component name

Field validation deprecated

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

944

Component created

Component changed

Component body

This module contains deprecated validators for field validation 2.x
Following validators deprecated.

  • Numeric values (optionally specify min and / or max value)
  • Minimum length
  • Maximum length
  • Minimum number of words
  • Maximum number of words
  • Minimum number of selections required
  • Maximum number of selections allowed
  • Exact number of selections required
  • Custom PHP function
  • Match another field (or entity property)

If you want to update from field validation 1.x to 2.x, you need this module to make your update path much easier.
After you update to 2.x, you need reconfigure your validation rule, then disable this module.

Sponsors:

Field validation 2.x contains all function of these deprecated validators.

Most deprecated still work correctly, some maybe contains some bugs, such as custom PHP function when you update to 2.x.