TYPO3  7.6
Public Member Functions | List of all members
DataHandlerCheckModifyAccessListHookInterface Interface Reference
Inheritance diagram for DataHandlerCheckModifyAccessListHookInterface:
FileMetadataPermissionsAspect

Public Member Functions

 checkModifyAccessList (&$accessAllowed, $table,\TYPO3\CMS\Core\DataHandling\DataHandler $parent)
 

Detailed Description

Interface for hook in ::checkModifyAccessList

Definition at line 20 of file DataHandlerCheckModifyAccessListHookInterface.php.

Member Function Documentation

checkModifyAccessList ( $accessAllowed,
  $table,
\TYPO3\CMS\Core\DataHandling\DataHandler  $parent 
)

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

Parameters
bool&$accessAllowedWhether the user has access to modify a table
string$tableThe name of the table to be modified
\TYPO3\CMS\Core\DataHandling\DataHandler$parentThe calling parent object
Returns
void