You are here

function og_set_state_action_info in Organic groups 7.2

@file Action to set the state of a user in a group.

File

includes/actions/set_state.action.inc, line 8
Action to set the state of a user in a group.

Code

function og_set_state_action_info() {
  return array(
    'og_set_state_action' => array(
      'type' => 'og_membership',
      'label' => t('Modify membership status'),
      'configurable' => TRUE,
    ),
  );
}