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