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

Public Member Functions

 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=password fields that should not be hashed.

Definition at line 27 of file TypePasswordHashedFalse.php.

Member Function Documentation

◆ generate()

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

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

Implements TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGeneratorInterface.

Definition at line 45 of file TypePasswordHashedFalse.php.

Member Data Documentation

◆ $matchArray

array TYPO3\CMS\Styleguide\TcaDataGenerator\FieldGenerator\TypePasswordHashedFalse::$matchArray
protected
Initial value:
= array(
'fieldConfig' => [
'config' => [
'type' => 'password',
'hashed' => false,
],
],
)

General match if type=password

Definition at line 33 of file TypePasswordHashedFalse.php.