You are here

class SocialEventManagementViewsBulkOperationsConfigureAction in Open Social 8.7

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction
  2. 8.5 modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction
  3. 8.6 modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction
  4. 8.8 modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction
  5. 10.3.x modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction
  6. 10.0.x modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction
  7. 10.1.x modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction
  8. 10.2.x modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction

Action configuration form.

Hierarchy

Expanded class hierarchy of SocialEventManagementViewsBulkOperationsConfigureAction

File

modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php, line 11

Namespace

Drupal\social_event_managers\Form
View source
class SocialEventManagementViewsBulkOperationsConfigureAction extends ConfigureAction {

  /**
   * {@inheritdoc}
   */
  public function buildForm(array $form, FormStateInterface $form_state, $view_id = 'event_manage_enrollments', $display_id = 'page_manage_enrollments') {
    return parent::buildForm($form, $form_state, 'event_manage_enrollments', 'page_manage_enrollments');
  }

}

Members