‪TYPO3CMS  ‪main
TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGenerator\TypeTextWizardTable Class Reference
Inheritance diagram for TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGenerator\TypeTextWizardTable:
TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGenerator\AbstractFieldGenerator TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGeneratorInterface

Public Member Functions

string generate (array $data)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGenerator\AbstractFieldGenerator
 __construct ()
 
bool match (array $data)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGeneratorInterface
bool match (array $data)
 

Protected Attributes

array $matchArray
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGenerator\AbstractFieldGenerator
KauderwelschService $kauderwelschService
 
array $matchArray = array( )
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGenerator\AbstractFieldGenerator
bool checkMatchArray (array $data, array $matchArray)
 

Detailed Description

Generate data for type=text fields

Definition at line 27 of file TypeTextWizardTable.php.

Member Function Documentation

◆ generate()

string TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGenerator\TypeTextWizardTable::generate ( array  $data)

Returns the generated value to be inserted into DB for this field

Parameters
array$data
Returns
‪string

Implements TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGeneratorInterface.

Definition at line 46 of file TypeTextWizardTable.php.

Member Data Documentation

◆ $matchArray

array TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGenerator\TypeTextWizardTable::$matchArray
protected
Initial value:
= array(
'fieldConfig' => [
'config' => [
'type' => 'text',
'renderType' => 'textTable',
],
],
)

General match if type=text

Definition at line 31 of file TypeTextWizardTable.php.