You are here

function ds_extras_ctools_plugin_type in Display Suite 7

Implements hook_ctools_plugin_type().

File

modules/ds_extras/ds_extras.module, line 767
Display Suite extras main functions.

Code

function ds_extras_ctools_plugin_type() {
  return array(
    'cache' => array(),
  );
}