You are here

public function EventInterface::setEndDate in Booking and Availability Management Tools for Drupal 8

1 method overrides EventInterface::setEndDate()
Event::setEndDate in modules/bat_event/src/Entity/Event.php

File

modules/bat_event/src/EventInterface.php, line 36
Contains \Drupal\bat_event\EventInterface.

Class

EventInterface
Provides an interface for defining Event entities.

Namespace

Drupal\bat_event

Code

public function setEndDate(\DateTime $date);