TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\DataHandling\DataHandlerCheckModifyAccessListHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\DataHandling\DataHandlerCheckModifyAccessListHookInterface:
t3lib_TCEmain_checkModifyAccessListHook TYPO3\CMS\Core\Resource\Security\FileMetadataPermissionsAspect

Public Member Functions

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

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Interface for hook in ::checkModifyAccessList

Author
Oliver Hader olive.nosp@m.r@ty.nosp@m.po3.o.nosp@m.rg

Definition at line 22 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
boolean&$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