‪TYPO3CMS  10.4
TYPO3\CMS\Core\Tests\Unit\DataHandling\Fixtures\AllowAccessHookFixture Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\DataHandling\Fixtures\AllowAccessHookFixture:
TYPO3\CMS\Core\DataHandling\DataHandlerCheckModifyAccessListHookInterface

Public Member Functions

 checkModifyAccessList (&$accessAllowed, $table, DataHandler $parent)
 

Detailed Description

Fixture hook allow access

Definition at line 24 of file AllowAccessHookFixture.php.

Member Function Documentation

◆ checkModifyAccessList()

TYPO3\CMS\Core\Tests\Unit\DataHandling\Fixtures\AllowAccessHookFixture::checkModifyAccessList ( $accessAllowed,
  $table,
DataHandler  $parent 
)

Check modify access list

Parameters
bool$accessAllowed
string$table
DataHandler$parent

Implements TYPO3\CMS\Core\DataHandling\DataHandlerCheckModifyAccessListHookInterface.

Definition at line 33 of file AllowAccessHookFixture.php.