You are here

social_event_an_enroll_enrolments_export.module in Open Social 8.6

The Social Event An Enroll Enrolments Export module.

File

modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.module
View source
<?php

/**
 * @file
 * The Social Event An Enroll Enrolments Export module.
 */

/**
 * Implements hook_social_event_managers_action_ACTION_ID_finish().
 */
function social_event_an_enroll_enrolments_export_social_event_managers_action_social_event_an_enroll_enrolments_export_action_finish($success) {
  return social_event_enrolments_export_social_event_managers_action_social_event_enrolments_export_enrollments_action_finish($success);
}