Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / config.validate.debug.yml
1 description: 'Validate a schema implementation before a module is installed.'
2 help: 'Helper function to validate a schema implementation before a module is installed. Specify the config and the schema file paths as arguments and validation will be run against them, making schema easier to debug without time consuming installs'
3 options: {}
4 arguments: {}
5 messages:
6     noConfFile: 'Config file at the specified path does not exist'
7     noConfSchema: 'Config schema at the specified path does not exist'
8     noSchemaName: 'Could not find schema definition in schema file. Using definition name:'