$info) { $actions['views_bulk_operations_action_' . $type] = array( 'label' => t('Execute a VBO programmatically on !type', array('!type' => $type)), // Make sure there is something passed for $object to the action. 'arguments' => array('object' => array('type' => $type, 'default value' => NULL)), 'module' => 'Views Bulk Operations', 'eval input' => array(), // Let the rules system for executing core style actions execute it. 'base' => 'rules_core_action_execute', 'action_name' => 'views_bulk_operations_action', 'configurable' => TRUE, ); } }