public function EventTypeInterface::getEventStartDateField in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::getEventStartDateField()
Gets the machine name of the field containing the event start date on the ewent entity.
Return value
string|bppl The start date field.
1 method overrides EventTypeInterface::getEventStartDateField()
- RngEventType::getEventStartDateField in src/
Entity/ RngEventType.php - @inheritDoc
File
- src/
Entity/ EventTypeInterface.php, line 138
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rng\EntityCode
public function getEventStartDateField();