You are here

function views_bulk_operations_change_owner_action in Views Bulk Operations (VBO) 7.3

Action function.

File

actions/change_owner.action.inc, line 26
Implements a generic entity change owner action.

Code

function views_bulk_operations_change_owner_action($entity, $context) {
  $entity->uid = $context['owner_uid'];
}