public function SocialAddToCalendarInterface::getEventLocation 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::getEventLocation()
- 10.0.x modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarInterface.php \Drupal\social_event_addtocal\Plugin\SocialAddToCalendarInterface::getEventLocation()
- 10.1.x modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarInterface.php \Drupal\social_event_addtocal\Plugin\SocialAddToCalendarInterface::getEventLocation()
- 10.2.x modules/social_features/social_event/modules/social_event_addtocal/src/Plugin/SocialAddToCalendarInterface.php \Drupal\social_event_addtocal\Plugin\SocialAddToCalendarInterface::getEventLocation()
Returns the event location for calendar.
Parameters
\Drupal\node\NodeInterface $node: The node entity.
Return value
string Event location.
1 method overrides SocialAddToCalendarInterface::getEventLocation()
- SocialAddToCalendarBase::getEventLocation in modules/
social_features/ social_event/ modules/ social_event_addtocal/ src/ Plugin/ SocialAddToCalendarBase.php - Returns the event location for calendar.
File
- modules/
social_features/ social_event/ modules/ social_event_addtocal/ src/ Plugin/ SocialAddToCalendarInterface.php, line 74
Class
- SocialAddToCalendarInterface
- Defines an interface for Social add to calendar plugins.
Namespace
Drupal\social_event_addtocal\PluginCode
public function getEventLocation(NodeInterface $node);