public property ViewExecutable::$style_options

The options used by the style plugin of this running view.

@todo To be able to remove it, Drupal\views\Plugin\views\argument\ArgumentPluginBase::default_summary() should instantiate the style plugin.

Type: array

File

drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php, line 352
Definition of Drupal\views\ViewExecutable.

Class

ViewExecutable
An object to contain all of the data to generate a view, plus the member functions to build the view query, execute the query and render the output.

Namespace

Drupal\views

Code

public $style_options;