We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9736e81 commit 3698e35Copy full SHA for 3698e35
views/flot.views.inc
@@ -13,20 +13,6 @@ function flot_views_data_alter(&$data) {
13
);
14
}
15
16
-/**
17
- * Implements hook_views_handlers().
18
- */
19
-function flot_views_handlers() {
20
- return array(
21
- 'info' => array(
22
- 'path' => drupal_get_path('module', 'flot') . '/views',
23
- ),
24
- 'handlers' => array(
25
- 'flot_handler_field_datapoint' => array('parent' => 'views_handler_field'),
26
27
- );
28
-}
29
-
30
/**
31
* Implements hook_views_plugins().
32
*/
@@ -47,7 +33,6 @@ function flot_views_plugins() {
47
33
'type' => 'normal',
48
34
),
49
35
'flot_summary' => array(
50
- 'parent' => 'flot',
51
36
'title' => t('Flot'),
52
37
'help' => t('Displays the default summary as a flot graph.'),
53
38
'handler' => 'flot_views_plugin_summary_style',
0 commit comments