You are here

protected property Opml::$usesRowPlugin in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/views/style/Opml.php \Drupal\views\Plugin\views\style\Opml::usesRowPlugin

Does the style plugin for itself support to add fields to its output.

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

core/modules/views/src/Plugin/views/style/Opml.php, line 32
Contains \Drupal\views\Plugin\views\style\Opml.

Class

Opml
Default style plugin to render an OPML feed.

Namespace

Drupal\views\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;