You are here

public function MeetingInterface::setDate in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::setDate()

Sets the entity's date range.

Parameters

array $date: The date range. Array keys:

  • value - Start date string in the 'Y-m-d H:i:s' format.
  • end_value - End date string in the 'Y-m-d H:i:s' format.

Return value

$this

1 method overrides MeetingInterface::setDate()
Meeting::setDate in src/Entity/Meeting.php
Sets the entity's date range.

File

src/MeetingInterface.php, line 108

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function setDate($date);