You are here

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

Namespace

Drupal\bat_unit

File

modules/bat_unit/src/UnitBundleInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\bat_unit\UnitBundleInterface.
 */
namespace Drupal\bat_unit;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a event type entity.
 */
interface UnitBundleInterface extends ConfigEntityInterface {

}

Interfaces

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