You are here

function _blazy_filter_process in Blazy 7

Implements callback_filter_process().

1 string reference to '_blazy_filter_process'
BlazyFilter::filterInfo in src/Plugin/Filter/BlazyFilter.php
Return blazy filter info.

File

./blazy.runtime.inc, line 144
Provides basic Blazy integration for lazy loading and multi-serving images.

Code

function _blazy_filter_process($text, $filter, $format, $langcode, $cache, $cache_id) {
  return blazy('filter')
    ->process($text, $filter, $langcode);
}