TypeGroupBundleInterface.php in Booking and Availability Management Tools for Drupal 8
Contains \Drupal\bat\TypeGroupBundleInterface.
Namespace
Drupal\batFile
src/TypeGroupBundleInterface.phpView 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
Name | Description |
---|---|
TypeGroupBundleInterface | Provides an interface defining a event type entity. |