You are here

bat_api.install in Booking and Availability Management API 8

File

bat_api.install
View source
<?php

/**
 * Implements hook_uninstall().
 */
function bat_api_uninstall() {
  Drupal::configFactory()
    ->getEditable('services.service_endpoint.bat_api')
    ->delete();
}

Functions

Namesort descending Description
bat_api_uninstall Implements hook_uninstall().