protected static property CalendarLinkTwigExtension::$types in Calendar Link 2.x
Same name and namespace in other branches
- 8 src/Twig/CalendarLinkTwigExtension.php \Drupal\calendar_link\Twig\CalendarLinkTwigExtension::types
Available link types (generators).
Type: array
See also
\Spatie\CalendarLinks\Link
File
- src/
Twig/ CalendarLinkTwigExtension.php, line 26
Class
- CalendarLinkTwigExtension
- Twig extensions class for the `calendar_link` and `calender_links` functions.
Namespace
Drupal\calendar_link\TwigCode
protected static $types = [
'google' => 'Google',
'ics' => 'iCal',
'yahoo' => 'Yahoo!',
'webOutlook' => 'Outlook.com',
];