You are here

function block_edit_views_api in Block edit 6

Implementation of hook_views_api().

File

./block_edit.module, line 36
Adds edit links to blocks and nodes to make administration more intuitive.

Code

function block_edit_views_api() {
  return array(
    'api' => 2,
  );
}