You are here

function social_group_views_plugins_field_alter in Open Social 8.5

Same name and namespace in other branches
  1. 8.6 modules/social_features/social_group/social_group.module \social_group_views_plugins_field_alter()

Implements hook_views_plugins_field_alter().

File

modules/social_features/social_group/social_group.module, line 1619
The Social group module.

Code

function social_group_views_plugins_field_alter(array &$plugins) {
  $plugins['views_bulk_operations_bulk_form']['class'] = 'Drupal\\social_group\\Plugin\\views\\field\\SocialGroupViewsBulkOperationsBulkForm';
}