interface LanguageConfigInterface

Interface ConfigUserInterface

Methods

addFormFields(Form $form)

Add form fields to the passed $form

void
process(Form $form)

Can be used for saving/processing data

void
setUserId(int $userId)

Indicates the user_id, to which these language settings will be applied

Details

at line 34
Form addFormFields(Form $form)

Add form fields to the passed $form

Parameters

Form $form

Return Value

Form

at line 27
void process(Form $form)

Can be used for saving/processing data

Parameters

Form $form

Return Value

void

at line 20
void setUserId(int $userId)

Indicates the user_id, to which these language settings will be applied

Parameters

int $userId

Return Value

void