class SubstituteFilter : Filter
There is 'replace' filter in core but takes a map as argument.
SubstituteFilter()
There is 'replace' filter in core but takes a map as argument. |
fun apply(input: Any, args: MutableMap<String, Any>, self: PebbleTemplate, context: EvaluationContext, lineNumber: Int): Any? |
|
fun getArgumentNames(): List<String>? |