You are here

public function MeetingInterface::getDate in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::getDate()

Returns the entity's date range.

Return value

array The date range. Array keys:

  • value - Start date string in the 'Y-m-d H:i:s' format or NULL.
  • end_value - End date string in the 'Y-m-d H:i:s' format or NULL.
1 method overrides MeetingInterface::getDate()
Meeting::getDate in src/Entity/Meeting.php
Returns the entity's date range.

File

src/MeetingInterface.php, line 96

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function getDate();