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