Свойство | Type | Description | |
---|---|---|---|
$configurationManager | |||
$packageManager | Neos\Flow\Package\PackageManagerInterface | ||
$schemaValidator | Neos\Utility\SchemaValidator |
Méthode | Description | |
---|---|---|
validate ( string $configurationType = null, string $path = null, array &$loadedSchemaFiles = [] ) : Neos\Error\Messages\Result | Validate the given $configurationType and $path |
Méthode | Description | |
---|---|---|
validateSingleType ( string $configurationType, string $path, array &$loadedSchemaFiles ) : Neos\Error\Messages\Result | Validate a single configuration type |
public validate ( string $configurationType = null, string $path = null, array &$loadedSchemaFiles = [] ) : Neos\Error\Messages\Result | ||
$configurationType | string | (optional) the configuration type to validate. if NULL, validates all configuration. |
$path | string | (optional) configuration path to validate |
$loadedSchemaFiles | array | (optional). if given, will be filled with a list of loaded schema files |
Résultat | Neos\Error\Messages\Result | the result of the validation |
protected validateSingleType ( string $configurationType, string $path, array &$loadedSchemaFiles ) : Neos\Error\Messages\Result | ||
$configurationType | string | the configuration typr to validate |
$path | string | configuration path to validate, or NULL. |
$loadedSchemaFiles | array | will be filled with a list of loaded schema files |
Résultat | Neos\Error\Messages\Result |
protected ConfigurationManager,Neos\Flow\Configuration $configurationManager | ||
Résultat |
protected PackageManagerInterface,Neos\Flow\Package $packageManager | ||
Résultat | Neos\Flow\Package\PackageManagerInterface |