You are here

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

Namespace

Drupal\bat_unit

File

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

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

use Drupal\Core\Config\Entity\ConfigEntityInterface;

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

}

Interfaces

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