You are here

function views_bulk_operations_profile_action in Views Bulk Operations (VBO) 6

Same name and namespace in other branches
  1. 6.3 profile.action.inc \views_bulk_operations_profile_action()

File

actions/profile.action.inc, line 99

Code

function views_bulk_operations_profile_action(&$user, $context) {
  foreach (profile_categories() as $category) {
    _views_bulk_operations_profile_action_save($context, $user, $category['name']);
  }
}