You are here

function social_event_an_enroll_enrolments_export_uninstall in Open Social 8.8

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install \social_event_an_enroll_enrolments_export_uninstall()
  2. 10.3.x modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install \social_event_an_enroll_enrolments_export_uninstall()
  3. 10.0.x modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install \social_event_an_enroll_enrolments_export_uninstall()
  4. 10.1.x modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install \social_event_an_enroll_enrolments_export_uninstall()
  5. 10.2.x modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install \social_event_an_enroll_enrolments_export_uninstall()

Implements hook_uninstall().

File

modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install, line 19
Install, update and uninstall functions for the AN Enroll Export module.

Code

function social_event_an_enroll_enrolments_export_uninstall() {

  // Set the export plugins access based on their enroll counterpart access.
  _enrolments_export_plugin_access(TRUE);
}