public function GoogleCalendar::getSettings in FullCalendar 8
Same name and namespace in other branches
- 8.3 src/Plugin/views/field/GoogleCalendar.php \Drupal\fullcalendar\Plugin\views\field\GoogleCalendar::getSettings()
File
- src/
Plugin/ views/ field/ GoogleCalendar.php, line 92
Class
- GoogleCalendar
- TODO
Namespace
Drupal\fullcalendar\Plugin\views\fieldCode
public function getSettings() {
return [
$this->options['gcal'],
[
'editable' => FALSE,
'className' => $this->options['class'],
'currentTimezone' => $this->options['timezone'],
],
];
}