‪TYPO3CMS  ‪main
TYPO3\CMS\Reactions\Validation\CreateRecordReactionTable Class Reference

Public Member Functions

 __construct (private readonly string $table)
 
 isAllowedForCreation ()
 
 isAllowedForItemsProcFunc ()
 

Static Public Member Functions

static fromSelectItem (SelectItem $selectItem)
 

Private Member Functions

 isInSelectItems ()
 

Detailed Description

Validation class for tables to be allowed for record creation in the "create record" reaction

Definition at line 27 of file CreateRecordReactionTable.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Reactions\Validation\CreateRecordReactionTable::__construct ( private readonly string  $table)

Definition at line 29 of file CreateRecordReactionTable.php.

Member Function Documentation

◆ fromSelectItem()

static TYPO3\CMS\Reactions\Validation\CreateRecordReactionTable::fromSelectItem ( SelectItem  $selectItem)
static

◆ isAllowedForCreation()

TYPO3\CMS\Reactions\Validation\CreateRecordReactionTable::isAllowedForCreation ( )

◆ isAllowedForItemsProcFunc()

TYPO3\CMS\Reactions\Validation\CreateRecordReactionTable::isAllowedForItemsProcFunc ( )

◆ isInSelectItems()

TYPO3\CMS\Reactions\Validation\CreateRecordReactionTable::isInSelectItems ( )
private