function views_ui_ctools_plugin_type
Inform CTools that the Views wizard plugin can have child plugins.
File
-
./
views_ui.module, line 686
Code
function views_ui_ctools_plugin_type() {
return array(
'views_wizard' => array(
'child plugins' => TRUE,
'classes' => array(
'form_wizard_class',
),
'defaults' => views_ui_views_wizard_defaults(),
),
);
}