‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Configuration\PasswordHashing\CustomPreset Class Reference
Inheritance diagram for TYPO3\CMS\Install\Configuration\PasswordHashing\CustomPreset:
TYPO3\CMS\Install\Configuration\AbstractCustomPreset TYPO3\CMS\Install\Configuration\CustomPresetInterface TYPO3\CMS\Install\Configuration\AbstractPreset TYPO3\CMS\Install\Configuration\PresetInterface TYPO3\CMS\Install\Configuration\PresetInterface

Public Member Functions

array getConfigurationDescriptors ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Configuration\AbstractCustomPreset
bool isActive ()
 
 setActive ()
 
bool isAvailable ()
 
array getConfigurationValues ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Configuration\AbstractPreset
 __construct (ConfigurationManager $configurationManager=null)
 
mixed setPostValues (array $postValues)
 
bool getIsAvailable ()
 
bool getIsActive ()
 
string getName ()
 
int getPriority ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Configuration\CustomPresetInterface
 setActive ()
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Install\Configuration\AbstractCustomPreset
string $name = 'Custom'
 
bool $isActive = false
 
int $priority = 10
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Install\Configuration\AbstractPreset
TYPO3 CMS Core Configuration ConfigurationManager $configurationManager
 
string $name = ''
 
int $priority = 50
 
array $configurationValues = array( )
 
array $readonlyConfigurationValues = array( )
 
array $postValues = array( )
 

Detailed Description

Preset used if custom password hashing configuration has been applied. Note this custom preset does not allow manipulation via gui, this has to be done manually. This preset only find out if it is active and shows the current values.

only to be used within EXT:install

Definition at line 29 of file CustomPreset.php.

Member Function Documentation

◆ getConfigurationDescriptors()

array TYPO3\CMS\Install\Configuration\PasswordHashing\CustomPreset::getConfigurationDescriptors ( )

Get configuration values is used in fluid to show configuration options. They are fetched from LocalConfiguration / DefaultConfiguration.

They are not merged with postValues for security reasons, as all options are readonly.

Returns
‪array Current custom configuration values

Reimplemented from TYPO3\CMS\Install\Configuration\AbstractCustomPreset.

Definition at line 40 of file CustomPreset.php.

References TYPO3\CMS\Install\Configuration\AbstractPreset\$configurationValues.