Interface: FilterManager

FilterManager

Interface for classes that can manage filters
Source:

Methods

getPostFilters() → {Array.Filter}

Returns the post filters.
Source:
Returns:
The post filters in the order they should be executed
Type
Array.Filter

getPreFilters() → {Array.Filter}

Returns the pre filters.
Source:
Returns:
The pre filters in the order they should be executed
Type
Array.Filter