You are here

function image_replace_views_api in Image Replace 7

Implements hook_views_api().

File

./image_replace.module, line 265
Provides an image style effect replacing the whole image with another one.

Code

function image_replace_views_api() {
  return array(
    'api' => 3,
  );
}