You are here

function video_ctools_plugin_filesystem in Video 6.5

Implementation of hook_ctools_plugin_type().

File

./video.module, line 698
Main file of the Video module.

Code

function video_ctools_plugin_filesystem() {
  return array(
    'cache' => FALSE,
    'use hooks' => FALSE,
    'process' => '_video_process_plugin',
  );
}