public function EventTypeInterface::setEventEndDateField in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::setEventEndDateField()
Set the machine name of the end date field. Uses end_value if daterange.
Parameters
string $event_end_date_field:
Return value
static Return this event type for chaining.
1 method overrides EventTypeInterface::setEventEndDateField()
- RngEventType::setEventEndDateField in src/
Entity/ RngEventType.php - @inheritDoc
File
- src/
Entity/ EventTypeInterface.php, line 166
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rng\EntityCode
public function setEventEndDateField($event_end_date_field);