You are here

function blazy_views_api in Blazy 7

Implements hook_views_api().

File

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

Code

function blazy_views_api() {

  // Views says "Don't call us, we'll call you!".
  return [
    'api' => 3,
  ];
}