You are here

BookingBundleInterface.php in Booking and Availability Management Tools for Drupal 8

Namespace

Drupal\bat_booking

File

modules/bat_booking/src/BookingBundleInterface.php
View 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

Namesort descending Description
BookingBundleInterface Provides an interface defining a event type entity.