class ConfigurationController extends AbstractModuleController (View source)

The Neos Configuration module controller

Traits

A trait to do easy backend module translations

A trait to add backend translation based on the backend users settings

Properties

protected Service $localizationService from  BackendUserTranslationTrait
protected UserService $userService from  BackendUserTranslationTrait
protected array<string,mixed> $moduleConfiguration from  AbstractModuleController
protected $translator from  ModuleTranslationTrait
protected ConfigurationManager $configurationManager
protected ConfigurationSchemaValidator $configurationSchemaValidator
protected SchemaGenerator $schemaGenerator

Methods

void
initializeObject()

Set the locale according to the user settings

void
initializeAction()

No description

void
initializeView(ViewInterface $view)

No description

void
setTitle(string $title)

Use this method to set an alternative title than the module label

void
indexAction(string $type = 'Settings')

No description

false
getErrorFlashMessage()

Display no flash message at all on errors.

string
getModuleLabel(string $id, array $arguments = [])

No description

Details

protected void initializeObject()

Set the locale according to the user settings

Return Value

void

protected void initializeAction()

No description

Return Value

void

protected void initializeView(ViewInterface $view)

No description

Parameters

ViewInterface $view

Return Value

void

void setTitle(string $title)

Use this method to set an alternative title than the module label

Parameters

string $title

Return Value

void

void indexAction(string $type = 'Settings')

No description

Parameters

string $type

Return Value

void

protected false getErrorFlashMessage()

Display no flash message at all on errors.

Return Value

false

string getModuleLabel(string $id, array $arguments = [])

No description

Parameters

string $id
array $arguments

Return Value

string