You are here

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

Namespace

Drupal\bat

File

src/TypeGroupBundleInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\bat\TypeGroupBundleInterface.
 */
namespace Drupal\bat;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

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

}

Interfaces

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