DataHandlerAuthenticationContext
Read onlyYes
FinalYes
DataHandler hook to ensure that columns that require a specific authenticationContext are covered by a recent step-up authentication
Attributes
- #[Autoconfigure]
- $public: true
Table of Contents
Methods
- __construct() : mixed
- processDatamap_postProcessFieldArray() : void
Methods
__construct()
public
__construct(AccessFactory $factory, AccessStorage $storage, TcaSchemaFactory $tcaSchemaFactory, SudoModeInterceptor $sudoModeInterceptor, EventDispatcherInterface $eventDispatcher) : mixed
Parameters
- $factory : AccessFactory
- $storage : AccessStorage
- $tcaSchemaFactory : TcaSchemaFactory
- $sudoModeInterceptor : SudoModeInterceptor
- $eventDispatcher : EventDispatcherInterface
processDatamap_postProcessFieldArray()
public
processDatamap_postProcessFieldArray(string $mode, string $tableName, string|int $id, array<string|int, mixed> $fieldArray, DataHandler $dataHandler) : void
Parameters
- $mode : string
- $tableName : string
- $id : string|int
- $fieldArray : array<string|int, mixed>
- $dataHandler : DataHandler