You are here

public function RngEventType::setEventStartDateField in RNG - Events and Registrations 3.x

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

@inheritDoc

Overrides EventTypeInterface::setEventStartDateField

File

src/Entity/RngEventType.php, line 628

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

public function setEventStartDateField($event_start_date_field) {
  $this->event_start_date_field = $event_start_date_field;
  return $this;
}