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