EventTypeInterface.php in Booking and Availability Management Tools for Drupal 8
Namespace
Drupal\bat_eventFile
modules/bat_event/src/EventTypeInterface.phpView source
<?php
namespace Drupal\bat_event;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a event type entity.
*/
interface EventTypeInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
EventTypeInterface | Provides an interface defining a event type entity. |