public function SocialAddToCalendarInterface::getEventDates in Open Social 8.9
Same name and namespace in other branches
- 10.3.x modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarInterface.php \Drupal\social_event_addtocal\Plugin\SocialAddToCalendarInterface::getEventDates()
- 10.0.x modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarInterface.php \Drupal\social_event_addtocal\Plugin\SocialAddToCalendarInterface::getEventDates()
- 10.1.x modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarInterface.php \Drupal\social_event_addtocal\Plugin\SocialAddToCalendarInterface::getEventDates()
- 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\PluginCode
public function getEventDates(NodeInterface $node);