‪TYPO3CMS  11.5
TYPO3\CMS\Backend\Form\Element\MfaInfoElement Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Element\MfaInfoElement:
TYPO3\CMS\Backend\Form\Element\AbstractFormElement TYPO3\CMS\Backend\Form\AbstractNode TYPO3\CMS\Backend\Form\NodeInterface

Public Member Functions

 __construct (NodeFactory $nodeFactory, array $data)
 
 render ()
 

Protected Attributes

MfaProviderRegistry $mfaProviderRegistry
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\Element\AbstractFormElement
int $defaultInputWidth = 30
 
int $minimumInputWidth = 10
 
int $maxInputWidth = 50
 
IconFactory $iconFactory
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
NodeFactory $nodeFactory
 
array $data = []
 
array $defaultFieldInformation = array( )
 
array $defaultFieldControl = array( )
 
array $defaultFieldWizard = array( )
 

Private Attributes

const ALLOWED_TABLES = ['be_users', 'fe_users']
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\Element\AbstractFormElement
array renderFieldInformation ()
 
array renderFieldControl ()
 
array renderFieldWizard ()
 
bool hasNullCheckboxButNoPlaceholder ()
 
bool hasNullCheckboxWithPlaceholder ()
 
string formatValue ($format, $itemValue, $formatOptions=[])
 
int formMaxWidth ($size=48)
 
array resolveJavaScriptEvaluation (array $resultArray, string $name, ?object $evalObject)
 
string checkBoxParams (string $itemName, int $formElementValue, int $checkbox, int $checkboxesCount, array $fieldChangeFuncs=[], bool $invert=false)
 
array calculateColumnMarkup (int $cols)
 
string appendValueToLabelInDebugMode ($label, $value)
 
LanguageService getLanguageService ()
 
BackendUserAuthentication getBackendUser ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
array initializeResultArray ()
 
array mergeChildReturnIntoExistingResult (array $existing, array $childReturn, bool $mergeHtml=true)
 
string getValidationDataAsJsonString (array $config)
 

Detailed Description

Renders an element, displaying MFA related information and providing interactions like deactivation of active providers and MFA in general.

Definition at line 36 of file MfaInfoElement.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Form\Element\MfaInfoElement::__construct ( NodeFactory  $nodeFactory,
array  $data 
)

Container objects give $nodeFactory down to other containers.

Parameters
NodeFactory$nodeFactory
array$data

Reimplemented from TYPO3\CMS\Backend\Form\Element\AbstractFormElement.

Definition at line 42 of file MfaInfoElement.php.

References TYPO3\CMS\Backend\Form\AbstractNode\$data, and TYPO3\CMS\Backend\Form\AbstractNode\$nodeFactory.

Member Function Documentation

◆ render()

Member Data Documentation

◆ $mfaProviderRegistry

MfaProviderRegistry TYPO3\CMS\Backend\Form\Element\MfaInfoElement::$mfaProviderRegistry
protected

Definition at line 40 of file MfaInfoElement.php.

◆ ALLOWED_TABLES

const TYPO3\CMS\Backend\Form\Element\MfaInfoElement::ALLOWED_TABLES = ['be_users', 'fe_users']
private

Definition at line 38 of file MfaInfoElement.php.