Interface IFormFunction
- 
public interface IFormFunctionInterface for form function handlers that can evaluate a form function.- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringreplace(IFormReplacerParams parameters, String fieldName, FunctionArgument args)Evaluates a form function. 
 - 
 
- 
- 
Method Detail
- 
replace
String replace(IFormReplacerParams parameters, String fieldName, FunctionArgument args)
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.
 
 
 - 
 
 -