dblog.schema.yml

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

File

core/modules/dblog/config/schema/dblog.schema.yml

View source
  1. # Schema for the configuration files of the dblog module.
  2. dblog.settings:
  3. type: config_object
  4. label: 'Database logging settings'
  5. mapping:
  6. row_limit:
  7. type: integer
  8. label: 'Database log messages to keep'
  9. constraints:
  10. PositiveOrZero: ~
  11. constraints:
  12. FullyValidatable: ~

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