public function RngEventType::setEventEndDateField in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 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\EntityCode
public function setEventEndDateField($event_end_date_field) {
$this->event_end_date_field = $event_end_date_field;
return $this;
}