‪TYPO3CMS  11.5
TYPO3\CMS\Form\Domain\Condition\Functions\FormConditionFunctionsProvider Class Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Condition\Functions\FormConditionFunctionsProvider:

Public Member Functions

ExpressionFunction[] getFunctions ()
 

Protected Member Functions

Symfony Component ExpressionLanguage ExpressionFunction getFormValueFunction ()
 
Symfony Component ExpressionLanguage ExpressionFunction getRootFormPropertyFunction ()
 

Detailed Description

Definition at line 27 of file FormConditionFunctionsProvider.php.

Member Function Documentation

◆ getFormValueFunction()

Symfony Component ExpressionLanguage ExpressionFunction TYPO3\CMS\Form\Domain\Condition\Functions\FormConditionFunctionsProvider::getFormValueFunction ( )
protected

Shortcut function to access field values

Returns
‪\Symfony\Component\ExpressionLanguage\ExpressionFunction

Definition at line 45 of file FormConditionFunctionsProvider.php.

Referenced by TYPO3\CMS\Form\Domain\Condition\Functions\FormConditionFunctionsProvider\getFunctions().

◆ getFunctions()

ExpressionFunction [] TYPO3\CMS\Form\Domain\Condition\Functions\FormConditionFunctionsProvider::getFunctions ( )

◆ getRootFormPropertyFunction()

Symfony Component ExpressionLanguage ExpressionFunction TYPO3\CMS\Form\Domain\Condition\Functions\FormConditionFunctionsProvider::getRootFormPropertyFunction ( )
protected
Returns
‪\Symfony\Component\ExpressionLanguage\ExpressionFunction

Definition at line 61 of file FormConditionFunctionsProvider.php.

References TYPO3\CMS\Extbase\Reflection\ObjectAccess\getPropertyPath().

Referenced by TYPO3\CMS\Form\Domain\Condition\Functions\FormConditionFunctionsProvider\getFunctions().