SchemaBuilderInterface
in
Interface that allows new schemas to be added to a configuration
Table of Contents
Methods
- addSchema() : void
- Registers a new configuration schema at the given top-level key
Methods
addSchema()
Registers a new configuration schema at the given top-level key
public
addSchema(string $key, Schema $schema) : void
Parameters
- $key : string
- $schema : Schema