DataHandlerCheckModifyAccessListHookInterface

Interface for hook in \TYPO3\CMS\Core\DataHandling\DataHandler::checkModifyAccessList

Table of Contents

Methods

checkModifyAccessList()  : mixed
Hook that determines whether a user has access to modify a table.

Methods

checkModifyAccessList()

Hook that determines whether a user has access to modify a table.

public checkModifyAccessList(bool &$accessAllowed, string $table, DataHandler $parent) : mixed
Parameters
$accessAllowed : bool

Whether the user has access to modify a table

$table : string

The name of the table to be modified

$parent : DataHandler

The calling parent object


        
On this page

Search results