extends |
FormSubmitEvent |
|---|---|
implements |
AuthResultInterface |
uses |
AuthResultTrait |
An event used to process the login form.
| Methods | ||
|---|---|---|
public
|
__construct(FormState $form_state, string $eventName = null)
|
# |
public
|
isAuthSuccessful()
|
# |
public
|
setUser(User $user): void
|
# |
public
|
setAuthLevel(int $auth_level): void
|
# |
public
|
addAuthModuleName(string $auth_module_name): void
|
# |
| Methods inherited from SimpleID\Util\Forms\FormSubmitEvent |
|---|
getFormState(), addMessage(), getMessages(), setInvalid(), isValid() |
| Methods used from SimpleID\Util\Events\GenericEventTrait |
|---|
setEventName(), getEventName() |
| Methods used from SimpleID\Util\Events\StoppableEventTrait |
|---|
isPropagationStopped(), stopPropagation() |
| Methods used from SimpleID\Auth\AuthResultTrait |
|---|
getUser(), getAuthLevel(), getACR(), getAuthModuleNames() |
| Properties inherited from SimpleID\Util\Forms\FormSubmitEvent |
|---|
$form_state, $is_valid, $messages |
| Properties used from SimpleID\Util\Events\GenericEventTrait |
|---|
$eventName |
| Properties used from SimpleID\Util\Events\StoppableEventTrait |
|---|
$stopped |
| Properties used from SimpleID\Auth\AuthResultTrait |
|---|
$user, $auth_level, $auth_module_names, $acr |