‪TYPO3CMS  10.4
TYPO3\CMS\Form\Mvc\Configuration\ConfigurationManagerInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Form\Mvc\Configuration\ConfigurationManagerInterface:
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface TYPO3\CMS\Core\SingletonInterface TYPO3\CMS\Form\Mvc\Configuration\ConfigurationManager

Public Attributes

const CONFIGURATION_TYPE_YAML_SETTINGS = 'YamlSettings'
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
const CONFIGURATION_TYPE_FRAMEWORK = 'Framework'
 
const CONFIGURATION_TYPE_SETTINGS = 'Settings'
 
const CONFIGURATION_TYPE_FULL_TYPOSCRIPT = 'FullTypoScript'
 

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
 setContentObject (ContentObjectRenderer $contentObject)
 
TYPO3 CMS Frontend ContentObject ContentObjectRenderer null getContentObject ()
 
array getConfiguration (string $configurationType, ?string $extensionName=null, ?string $pluginName=null)
 
 setConfiguration (array $configuration=[])
 
bool isFeatureEnabled (string $featureName)
 

Detailed Description

Class ConfigurationManagerInterface

Scope: frontend / backend

Definition at line 28 of file ConfigurationManagerInterface.php.

Member Data Documentation

◆ CONFIGURATION_TYPE_YAML_SETTINGS