Ceo\View\Filters
Classes
Asset replicates Gryphon's original Asset filter, providing
asset urls depending on application location.
All custom Twig filters inherit from the base filter
which ensures they are properly enabled
Clip provides the 'clip' twig filter.
Date overrides the Twig 'date' filter. As all dates are stored and handled
in UTC, this converts them to the local timezone before display.
Extract is a dropin replacement for Gryphon's extract filter, using
the new paragraph extraction functionality.
Provides Gryphon compatible int2noun filter.
Twig doesn't provide a JSON Decode method, which seems odd.
LocalDate provides the 'localDate' twig filter.
Push provides the 'push' twig filter.
Provides Gryphon compatible qualifiedUrl filter.
StripTags overrides Twig's striptags filter. We override because the striptags filter
isn't HTML safe, and while we're stripping tags, we're not stripping non-escaped
characters, like .
TimeSince provides the 'timeSince' twig filter.
Creates an easier to use filter for imgix calls.
Url replicates Gryphon's original URL filter, providing
absolute urls regardless of leading slash.