You are here

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

File

modules/bat_event_series/src/EventSeriesTypeInterface.php
View source
<?php

namespace Drupal\bat_event_series;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

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

}

Interfaces

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