You are here

protected function Calendar::getBaseEntityType in Calendar 8.2

Getter for entity type

3 calls to Calendar::getBaseEntityType()
Calendar::buildOptionsForm in src/Plugin/views/style/Calendar.php
Provide a form to edit options for this plugin.
Calendar::renderLabel in src/Plugin/views/style/Calendar.php
Calendar::renderTitle in src/Plugin/views/style/Calendar.php

File

src/Plugin/views/style/Calendar.php, line 160

Class

Calendar
Views style plugin for the Calendar module.

Namespace

Drupal\calendar\Plugin\views\style

Code

protected function getBaseEntityType() {
  return $this->view
    ->getBaseEntityType()
    ->Id();
}