‪TYPO3CMS  ‪main
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 26 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

Implements TYPO3\CMS\Core\DataHandling\DataHandlerCheckModifyAccessListHookInterface.

Definition at line 34 of file AllowAccessHookFixture.php.