You are here

public function RngEventType::setEventEndDateField in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/RngEventType.php \Drupal\rng\Entity\RngEventType::setEventEndDateField()

@inheritDoc

Overrides EventTypeInterface::setEventEndDateField

File

src/Entity/RngEventType.php, line 643

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

public function setEventEndDateField($event_end_date_field) {
  $this->event_end_date_field = $event_end_date_field;
  return $this;
}