You are here

public function EventTypeInterface::getEventEndDateField in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::getEventEndDateField()

Gets the machine name of the field containing the event end date on the event entity.

Return value

string|bool The end date field.

1 method overrides EventTypeInterface::getEventEndDateField()
RngEventType::getEventEndDateField in src/Entity/RngEventType.php
@inheritDoc

File

src/Entity/EventTypeInterface.php, line 156

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng\Entity

Code

public function getEventEndDateField();