You are here

function views_arguments_extras_ctools_plugin_type in Views Arguments Extras 7

File

./views_arguments_extras.module, line 76

Code

function views_arguments_extras_ctools_plugin_type() {
  return array(
    'default' => array(),
  );
}