public function RngEventType::getEventStartDateField in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/RngEventType.php \Drupal\rng\Entity\RngEventType::getEventStartDateField()
@inheritDoc
Overrides EventTypeInterface::getEventStartDateField
File
- src/
Entity/ RngEventType.php, line 621
Class
- RngEventType
- Defines the event type entity.
Namespace
Drupal\rng\EntityCode
public function getEventStartDateField() {
return $this->event_start_date_field;
}