PHP Class Neos\Neos\Controller\Module\Administration\ConfigurationController

Inheritance: extends Neos\Neos\Controller\Module\AbstractModuleController
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$configurationManager Neos\Flow\Configuration\ConfigurationManager
$configurationSchemaValidator Neos\Flow\Configuration\ConfigurationSchemaValidator
$schemaGenerator Neos\Utility\SchemaGenerator

Public Methods

Method Description
indexAction ( string $type = 'Settings' ) : void

Method Details

indexAction() public method

public indexAction ( string $type = 'Settings' ) : void
$type string
return void

Property Details

$configurationManager protected property

protected ConfigurationManager,Neos\Flow\Configuration $configurationManager
return Neos\Flow\Configuration\ConfigurationManager

$configurationSchemaValidator protected property

protected ConfigurationSchemaValidator,Neos\Flow\Configuration $configurationSchemaValidator
return Neos\Flow\Configuration\ConfigurationSchemaValidator

$schemaGenerator protected property

protected SchemaGenerator,Neos\Utility $schemaGenerator
return Neos\Utility\SchemaGenerator