You are here

function media_library_views_api in Media Library 7

Implements hook_views_api().

File

./media_library.module, line 216
Restricts the media library to only designated files.

Code

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