public function EventMetaInterface::getDateString in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getDateString()
Format the dates of this event.
Return value
string A string expressing the date range for the event.
1 method overrides EventMetaInterface::getDateString()
- EventMeta::getDateString in src/
EventMeta.php - @inheritDoc
File
- src/
EventMetaInterface.php, line 393
Class
- EventMetaInterface
- Interface for EventMeta.
Namespace
Drupal\rngCode
public function getDateString();