TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\DataHandling\DataHandlerCheckModifyAccessListHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\DataHandling\DataHandlerCheckModifyAccessListHookInterface:
TYPO3\CMS\Core\Resource\Security\FileMetadataPermissionsAspect TYPO3\CMS\Core\Tests\Unit\DataHandling\Fixtures\AllowAccessHookFixture

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()

TYPO3\CMS\Core\DataHandling\DataHandlerCheckModifyAccessListHookInterface::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