You are here

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

Namespace

Drupal\bat_event

File

modules/bat_event/src/EventTypeInterface.php
View 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

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