function views_bulk_operations_profile_action_theme in Views Bulk Operations (VBO) 6
Same name and namespace in other branches
- 6.3 profile.action.inc \views_bulk_operations_profile_action_theme()
File
- actions/
profile.action.inc, line 12
Code
function views_bulk_operations_profile_action_theme() {
return array(
'views_bulk_operations_profile_action_form' => array(
'arguments' => array(
'form' => NULL,
),
),
);
}