‪TYPO3CMS  9.5
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)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\DataHandling\DataHandlerCheckModifyAccessListHookInterface
 checkModifyAccessList (&$accessAllowed, $table, \TYPO3\CMS\Core\DataHandling\DataHandler $parent)
 

Detailed Description

Fixture hook allow access

Definition at line 23 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

Definition at line 32 of file AllowAccessHookFixture.php.