You are here

protected property Calendar::$usesRowPlugin in Calendar 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/views/style/Calendar.php \Drupal\calendar\Plugin\views\style\Calendar::usesRowPlugin

Does this Style plugin allow Row plugins?

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

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

Class

Calendar
Views style plugin for the Calendar module.

Namespace

Drupal\calendar\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;