You are here

function d3_views_library_info_handlers in d3.js 7

File

modules/d3_views/d3_views.module, line 28
D3 views module file.

Code

function d3_views_library_info_handlers() {
  return array(
    'views' => array(
      'processor' => 'D3ViewsLibraryInfoProcessor',
      'controller' => 'D3ViewsLibraryInfoController',
      'mapping' => 'D3ViewsDataMapping',
    ),
  );
}