Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal