Property | Type | Description | |
---|---|---|---|
$disableLocalLanguageLabels | boolean | If TRUE, disables LLL label usage and always returns the raw value of $label. | |
$enabled | boolean | ||
$extensionName | string | ||
$inherit | boolean | ||
$inheritEmpty | boolean | ||
$label | string | ||
$localLanguageFileRelativePath | string | Relative (from extension $extensionName) path to locallang file containing labels for the LLL values built by this class. | |
$name | string | ||
$parent | FluidTYPO3\Flux\Form\ContainerInterface | ||
$variables | array |
Method | Description | |
---|---|---|
create ( array $settings = [] ) : FluidTYPO3\Flux\Form\FormInterface | ||
createComponent ( string $namespace, string $type, string $name, string | null $label = NULL ) : FluidTYPO3\Flux\Form\FormInterface | ||
createContainer ( string $type, string $name, string $label = NULL ) : FluidTYPO3\Flux\Form\ContainerInterface | ||
createField ( string $type, string $name, string $label = NULL ) : FluidTYPO3\Flux\Form\FieldInterface | ||
createWizard ( string $type, string $name, string $label = NULL ) : FluidTYPO3\Flux\Form\WizardInterface | ||
getDisableLocalLanguageLabels ( ) : boolean | ||
getEnabled ( ) : boolean | ||
getExtensionName ( ) : string | ||
getInherit ( ) : integer | ||
getInheritEmpty ( ) : boolean | ||
getLabel ( ) : string | ||
getLocalLanguageFileRelativePath ( ) : string | ||
getName ( ) : string | ||
getParent ( ) : FluidTYPO3\Flux\Form\ContainerInterface | ||
getPath ( ) : string | ||
getRoot ( ) : FluidTYPO3\Flux\Form\ContainerInterface | ||
getVariable ( string $name ) : mixed | ||
getVariables ( ) : array | ||
isChildOfType ( string $type ) : boolean | ||
modify ( array $structure ) : FluidTYPO3\Flux\Form\FormInterface | Modifies the current Form Component by changing any properties that were passed in $structure. If a component supports special indices in $structure (for example a "fields" property) then that component may specify its own modify() method and manually process each of the specially supported keywords. | |
setDisableLocalLanguageLabels ( boolean $disableLocalLanguageLabels ) : FluidTYPO3\Flux\Form\FormInterface | ||
setEnabled ( boolean $enabled ) : FluidTYPO3\Flux\Form\FormInterface | ||
setExtensionName ( string $extensionName ) : FluidTYPO3\Flux\Form\FormInterface | ||
setInherit ( boolean $inherit ) : FluidTYPO3\Flux\Form\FormInterface | ||
setInheritEmpty ( boolean $inheritEmpty ) : FluidTYPO3\Flux\Form\FormInterface | ||
setLabel ( string $label ) : FluidTYPO3\Flux\Form\FormInterface | ||
setLocalLanguageFileRelativePath ( string $localLanguageFileRelativePath ) : FluidTYPO3\Flux\Form\FormInterface | ||
setName ( string $name ) : FluidTYPO3\Flux\Form\FormInterface | ||
setParent ( FluidTYPO3\Flux\Form\ContainerInterface $parent ) : FluidTYPO3\Flux\Form\FormInterface | ||
setVariable ( string $name, mixed $value ) : FluidTYPO3\Flux\Form\FormInterface | ||
setVariables ( array $variables ) : FluidTYPO3\Flux\Form\FormInterface |
Method | Description | |
---|---|---|
buildChildren ( SplObjectStorage | array $children ) : array | ||
createComponentClassName ( string $type, string $prefix ) : string | ||
getConfigurationService ( ) : |
||
getObjectManager ( ) : TYPO3\CMS\Extbase\Object\ObjectManagerInterface | ||
resolveLocalLanguageValueOfLabel ( string $label, string $path = NULL ) : null | string |
protected buildChildren ( SplObjectStorage | array $children ) : array | ||
$children | SplObjectStorage | array | |
return | array |
protected getConfigurationService ( ) : |
||
return |
public getDisableLocalLanguageLabels ( ) : boolean | ||
return | boolean |
public getLocalLanguageFileRelativePath ( ) : string | ||
return | string |
protected getObjectManager ( ) : TYPO3\CMS\Extbase\Object\ObjectManagerInterface | ||
return | TYPO3\CMS\Extbase\Object\ObjectManagerInterface |
public getParent ( ) : FluidTYPO3\Flux\Form\ContainerInterface | ||
return | FluidTYPO3\Flux\Form\ContainerInterface |
public getRoot ( ) : FluidTYPO3\Flux\Form\ContainerInterface | ||
return | FluidTYPO3\Flux\Form\ContainerInterface |
public isChildOfType ( string $type ) : boolean | ||
$type | string | |
return | boolean |
public setDisableLocalLanguageLabels ( boolean $disableLocalLanguageLabels ) : FluidTYPO3\Flux\Form\FormInterface | ||
$disableLocalLanguageLabels | boolean | |
return | FluidTYPO3\Flux\Form\FormInterface |
public setEnabled ( boolean $enabled ) : FluidTYPO3\Flux\Form\FormInterface | ||
$enabled | boolean | |
return | FluidTYPO3\Flux\Form\FormInterface |
public setExtensionName ( string $extensionName ) : FluidTYPO3\Flux\Form\FormInterface | ||
$extensionName | string | |
return | FluidTYPO3\Flux\Form\FormInterface |
public setInherit ( boolean $inherit ) : FluidTYPO3\Flux\Form\FormInterface | ||
$inherit | boolean | |
return | FluidTYPO3\Flux\Form\FormInterface |
public setInheritEmpty ( boolean $inheritEmpty ) : FluidTYPO3\Flux\Form\FormInterface | ||
$inheritEmpty | boolean | |
return | FluidTYPO3\Flux\Form\FormInterface |
public setLocalLanguageFileRelativePath ( string $localLanguageFileRelativePath ) : FluidTYPO3\Flux\Form\FormInterface | ||
$localLanguageFileRelativePath | string | |
return | FluidTYPO3\Flux\Form\FormInterface |
public setParent ( FluidTYPO3\Flux\Form\ContainerInterface $parent ) : FluidTYPO3\Flux\Form\FormInterface | ||
$parent | FluidTYPO3\Flux\Form\ContainerInterface | |
return | FluidTYPO3\Flux\Form\FormInterface |
public setVariable ( string $name, mixed $value ) : FluidTYPO3\Flux\Form\FormInterface | ||
$name | string | |
$value | mixed | |
return | FluidTYPO3\Flux\Form\FormInterface |
public setVariables ( array $variables ) : FluidTYPO3\Flux\Form\FormInterface | ||
$variables | array | |
return | FluidTYPO3\Flux\Form\FormInterface |
protected bool $disableLocalLanguageLabels | ||
return | boolean |
protected string $localLanguageFileRelativePath | ||
return | string |
protected ContainerInterface,FluidTYPO3\Flux\Form $parent | ||
return | FluidTYPO3\Flux\Form\ContainerInterface |