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 Details

    • 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.