*/ class ExtensionUtility { /** * Get the extension configuration * * @return array */ public static function getExtensionConfiguration(): array { return $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['lfeditor'] ?? []; } }