automated_cron.schema.yml

Same filename and directory in other branches
  1. 9 core/modules/automated_cron/config/schema/automated_cron.schema.yml
  2. 8.9.x core/modules/automated_cron/config/schema/automated_cron.schema.yml
  3. 10 core/modules/automated_cron/config/schema/automated_cron.schema.yml
core/modules/automated_cron/config/schema/automated_cron.schema.yml

File

core/modules/automated_cron/config/schema/automated_cron.schema.yml

View source
  1. # Schema for the configuration files of the Automated cron module.
  2. automated_cron.settings:
  3. type: config_object
  4. label: 'Automated cron settings'
  5. constraints:
  6. FullyValidatable: ~
  7. mapping:
  8. interval:
  9. type: integer
  10. label: 'Run cron every'
  11. constraints:
  12. Range:
  13. min: 0

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.