cron_example.schema.yml

Same filename in other branches
  1. 3.x modules/cron_example/config/schema/cron_example.schema.yml
  2. 8.x-1.x cron_example/config/schema/cron_example.schema.yml
modules/cron_example/config/schema/cron_example.schema.yml

File

modules/cron_example/config/schema/cron_example.schema.yml

View source
  1. # Set configuration defaults. This schema describes the cron_example.settings
  2. # config. The defaults for this config are set in
  3. # config/install/cron_example.settings.yml and then used by
  4. # \Drupal\cron_example\Form\CronExampleForm.
  5. # @see https://www.drupal.org/node/1905070
  6. cron_example.settings:
  7. type: config_object
  8. label: 'Cron Example settings'
  9. mapping:
  10. interval:
  11. type: integer
  12. label: 'Period between cron runs'