Mfa.ifHasState ViewHelper <be:mfa.ifHasState>
Internal
This ViewHelper is marked as internal. It is subject to be changed without notice. Use at your own risk.
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:
else
-
- Type
- mixed
Value to be returned if the condition if not met.
provider
-
- Type
- TYPO3\CMS\Core\Authentication\Mfa\MfaProviderManifestInterface
- Required
- 1
The provider in question
state
-
- Type
- string
- Required
- 1
The state to check for (e.g. active or locked)
then
-
- Type
- mixed
Value to be returned if the condition if met.