Liquid v0.3.0 Liquid.Filters

Applies a chain of filters passed from Liquid.Variable

Summary

Functions

Add filter modules mentioned in extra_filter_modules env variable

Fetches the current custom filters and extends with the functions from passed module NB: you can’t override the standard filters though

Recursively pass through all of the input filters applying them

Functions

add_filter_modules()

Add filter modules mentioned in extra_filter_modules env variable

add_filters(module)

Fetches the current custom filters and extends with the functions from passed module NB: you can’t override the standard filters though

filter(list, value)

Recursively pass through all of the input filters applying them