You are here

function mee_views_api in Scald: Media Management made easy 7

Implements hook_views_api().

File

modules/fields/mee/mee.module, line 189
Defines a special textarea, with drag and drop media driven by Scald and dnd.module.

Code

function mee_views_api($module = NULL, $api = NULL) {
  return array(
    "api" => "3.0",
  );
}