You are here

public function SocialAddToCalendarInterface::getEventDates in Open Social 8.9

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarInterface.php \Drupal\social_event_addtocal\Plugin\SocialAddToCalendarInterface::getEventDates()
  2. 10.0.x modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarInterface.php \Drupal\social_event_addtocal\Plugin\SocialAddToCalendarInterface::getEventDates()
  3. 10.1.x modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarInterface.php \Drupal\social_event_addtocal\Plugin\SocialAddToCalendarInterface::getEventDates()
  4. 10.2.x modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarInterface.php \Drupal\social_event_addtocal\Plugin\SocialAddToCalendarInterface::getEventDates()

Returns array of event dates for calendar.

Parameters

\Drupal\node\NodeInterface $node: The node entity.

Return value

array Array of dates values.

1 method overrides SocialAddToCalendarInterface::getEventDates()
SocialAddToCalendarBase::getEventDates in modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarBase.php
Returns array of event dates for calendar.

File

modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarInterface.php, line 52

Class

SocialAddToCalendarInterface
Defines an interface for Social add to calendar plugins.

Namespace

Drupal\social_event_addtocal\Plugin

Code

public function getEventDates(NodeInterface $node);