You are here

public function GoogleCalendar::getSettings in FullCalendar 8.3

Same name and namespace in other branches
  1. 8 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\field

Code

public function getSettings() {
  return [
    $this->options['gcal'],
    [
      'editable' => FALSE,
      'className' => $this->options['class'],
      'currentTimezone' => $this->options['timezone'],
    ],
  ];
}