trait BaseHandlerTrait (View source)

Properties

protected StoreInterface $store

A "session store" object that helps contain MFA specific session detail

Methods

protected
void
applyRequirements(bool $frontEndRequirements = true)

Perform the necessary "Requirements" calls to ensure client side scripts are available in the response

protected
StoreInterface|null
getStore()

No description

public
setStore(StoreInterface $store)

No description

protected
createStore(Member $member)

No description

protected
getSudoModeService()

Returns a sudo mode service instance

Details

protected void applyRequirements(bool $frontEndRequirements = true)

Perform the necessary "Requirements" calls to ensure client side scripts are available in the response

Parameters

bool $frontEndRequirements

Indicates dependencies usually provided by admin should also be required

Return Value

void

protected StoreInterface|null getStore()

No description

Return Value

StoreInterface|null

BaseHandlerTrait setStore(StoreInterface $store)

No description

Parameters

StoreInterface $store

Return Value

BaseHandlerTrait

protected StoreInterface createStore(Member $member)

No description

Parameters

Member $member

Return Value

StoreInterface

protected SudoModeServiceInterface getSudoModeService()

Returns a sudo mode service instance