‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Settings\SettingsTypeRegistry Class Reference

Public Member Functions

 __construct (#[TaggedLocator('settings.type')] private ServiceLocator $types)
 
 has (string $type)
 
 get (string $type)
 

Detailed Description

Definition at line 26 of file SettingsTypeRegistry.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Settings\SettingsTypeRegistry::__construct ( # private ServiceLocator  $types[TaggedLocator( 'settings.type')])

Definition at line 28 of file SettingsTypeRegistry.php.

Member Function Documentation

◆ get()

TYPO3\CMS\Core\Settings\SettingsTypeRegistry::get ( string  $type)

Definition at line 38 of file SettingsTypeRegistry.php.

◆ has()

TYPO3\CMS\Core\Settings\SettingsTypeRegistry::has ( string  $type)

Definition at line 33 of file SettingsTypeRegistry.php.