views.argument_validator.schema.yml

drupal/core/modules/views/config/schema/views.argument_validator.schema.yml

File

drupal/core/modules/views/config/schema/views.argument_validator.schema.yml
View source
  1. # Schema for the views argument validators.
  2. views.argument_validator.none:
  3. type: sequence
  4. label: 'Basic validation'
  5. sequence:
  6. - type: string
  7. views.argument_validator.php:
  8. type: mapping
  9. label: 'PHP Code'
  10. mapping:
  11. code:
  12. type: string
  13. label: 'PHP validate code'
  14. views.argument_validator.numeric:
  15. type: boolean
  16. label: 'Numeric'