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

Breadcrumb

  1. Drupal Core 11.1.x

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. Range:
  11. min: 0
  12. constraints:
  13. FullyValidatable: ~

API Navigation

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