You are here

public function SocialEventManagementViewsBulkOperationsConfigureAction::buildForm 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::buildForm()
  2. 8.5 modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction::buildForm()
  3. 8.6 modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction::buildForm()
  4. 8.8 modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction::buildForm()
  5. 10.3.x modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction::buildForm()
  6. 10.0.x modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction::buildForm()
  7. 10.1.x modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction::buildForm()
  8. 10.2.x modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagementViewsBulkOperationsConfigureAction.php \Drupal\social_event_managers\Form\SocialEventManagementViewsBulkOperationsConfigureAction::buildForm()

File

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

Class

SocialEventManagementViewsBulkOperationsConfigureAction
Action configuration form.

Namespace

Drupal\social_event_managers\Form

Code

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');
}