You are here

public function GoogleCalendar::allow_advanced_render 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::allow_advanced_render()

File

src/Plugin/views/field/GoogleCalendar.php, line 18

Class

GoogleCalendar
TODO

Namespace

Drupal\fullcalendar\Plugin\views\field

Code

public function allow_advanced_render() {
  return FALSE;
}