Liquid v0.9.0 Liquid.Filters View Source
Applies a chain of filters passed from Liquid.Variable
Link to this section 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
Link to this section Functions
Link to this function
add_filter_modules() View Source
Add filter modules mentioned in extra_filter_modules env variable
Link to this function
add_filters(module) View Source
Fetches the current custom filters and extends with the functions from passed module NB: you can't override the standard filters though
Link to this function
filter(list, value) View Source
Recursively pass through all of the input filters applying them