public function MeetingInterface::setDate in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x 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_moxtraCode
public function setDate($date);