public function GoogleCalendar::query in FullCalendar 8
Same name and namespace in other branches
- 8.3 src/Plugin/views/field/GoogleCalendar.php \Drupal\fullcalendar\Plugin\views\field\GoogleCalendar::query()
Called to add the field to a query.
Overrides FieldPluginBase::query
File
- src/
Plugin/ views/ field/ GoogleCalendar.php, line 25
Class
- GoogleCalendar
- TODO
Namespace
Drupal\fullcalendar\Plugin\views\fieldCode
public function query() {
$this->query
->add_field($this->view->storage
->get('base_table'), $this->view->storage
->get('base_field'));
}