BookingBundleInterface.php in Booking and Availability Management Tools for Drupal 8
Namespace
Drupal\bat_bookingFile
modules/bat_booking/src/BookingBundleInterface.phpView source
<?php
/**
* @file
* Contains \Drupal\bat_booking\BookingBundleInterface.
*/
namespace Drupal\bat_booking;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a event type entity.
*/
interface BookingBundleInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
BookingBundleInterface | Provides an interface defining a event type entity. |