You are here

function views_timelinejs_extra_sources_ctools_plugin_type in Views TimelineJS integration 7

Implements hook_ctools_plugin_type().

File

views_timelinejs_extra_sources/views_timelinejs_extra_sources.module, line 16

Code

function views_timelinejs_extra_sources_ctools_plugin_type() {
  return array(
    'date_sources' => array(),
  );
}