‪TYPO3CMS  9.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 ()
 

Detailed Description

Definition at line 25 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 43 of file FormConditionFunctionsProvider.php.

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

◆ getFunctions()

ExpressionFunction [] TYPO3\CMS\Form\Domain\Condition\Functions\FormConditionFunctionsProvider::getFunctions ( )
Returns
‪ExpressionFunction[] An array of Function instances

Definition at line 31 of file FormConditionFunctionsProvider.php.

References TYPO3\CMS\Form\Domain\Condition\Functions\FormConditionFunctionsProvider\getFormValueFunction().