You are here

public function RegistrationInterface::getDateString in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::getDateString()

Get a string representing the date of the event.

Return value

string Date string to summarize the event date.

1 method overrides RegistrationInterface::getDateString()
Registration::getDateString in src/Entity/Registration.php
@inheritDoc

File

src/Entity/RegistrationInterface.php, line 123

Class

RegistrationInterface
Provides an interface defining a Registration entity.

Namespace

Drupal\rng\Entity

Code

public function getDateString();