2 namespace TYPO3\CMS\Form\Domain\Model;
38 return \TYPO3\CMS\Form\Utility\FormUtility::getObjectManager()->get(Configuration::class);
128 $this->prefix = (string)
$prefix;
181 empty($this->typoScript[static::DISABLE_CONTENT_ELEMENT_RENDERING])
185 if (!empty($this->typoScript[
'prefix'])) {
186 $this->
setPrefix($this->typoScript[
'prefix']);
189 $this->
setCompatibility((
bool)$this->typoScriptRepository->getModelConfigurationByScope(
'FORM',
'compatibilityMode'));
190 if (isset($this->typoScript[
'compatibilityMode'])) {
191 if ((
int)($this->typoScript[
'compatibilityMode']) === 0) {
198 if (!empty($this->typoScript[
'themeName'])) {
200 }
elseif (!empty($this->typoScriptRepository->getModelConfigurationByScope(
'FORM',
'themeName'))) {
201 $this->
setThemeName($this->typoScriptRepository->getModelConfigurationByScope(
'FORM',
'themeName'));