Property | Type | Description | |
---|---|---|---|
$configurationManager | |||
$configurationSchemaValidator | |||
$schemaGenerator | Neos\Utility\SchemaGenerator |
Method | Description | |
---|---|---|
generateSchemaCommand ( string $type = null, string $path = null, string $yaml = null ) : void | Generate a schema for the given configuration or YAML file. | |
listTypesCommand ( ) : void | List registered configuration types | |
showCommand ( string $type = null, string $path = null ) : void | Show the active configuration settings | |
validateCommand ( string $type = null, string $path = null, boolean $verbose = false ) : void | Validate the given configuration |
public listTypesCommand ( ) : void | ||
return | void |
public validateCommand ( string $type = null, string $path = null, boolean $verbose = false ) : void | ||
$type | string | Configuration type to validate |
$path | string | path to the subconfiguration separated by "." like "Neos.Flow" |
$verbose | boolean | if TRUE, output more verbose information on the schema files which were used |
return | void |
protected ConfigurationManager,Neos\Flow\Configuration $configurationManager | ||
return |
protected ConfigurationSchemaValidator,Neos\Flow\Configuration $configurationSchemaValidator | ||
return |