Interface IFormFunction
public interface IFormFunction
Interface for form function handlers that can evaluate a form function.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionreplace
(IFormReplacerParams parameters, String fieldName, FunctionArgument args) Evaluates a form function.
-
Method Details
-
replace
Evaluates a form function.- Parameters:
parameters
- Replacer params from the placeholder replacer.fieldName
- Name of the field.args
- Arguments of the function.- Returns:
- The evaluated value.
-