Mfa.ifHasState ViewHelper <be:mfa.ifHasState>

Check if the given provider for the current user has the requested state set

Source code

Go to the source code of this ViewHelper: Mfa\IfHasStateViewHelper.php (GitHub).

Arguments

The following arguments are available for the mfa.ifHasState ViewHelper:

then
Type
mixed
Value to be returned if the condition if met.
else
Type
mixed
Value to be returned if the condition if not met.
state
Type
string
Required
1
The state to check for (e.g. active or locked)
provider
Type
TYPO3\CMS\Core\Authentication\Mfa\MfaProviderManifestInterface
Required
1
The provider in question