You are here

public property DisplayPluginBase::$output in Views (for Drupal 7) 8.3

Stores the rendered output of the display.

Type: string

See also

View::render

File

lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php, line 61
Definition of Drupal\views\Plugin\views\display\DisplayPluginBase.

Class

DisplayPluginBase
The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.

Namespace

Drupal\views\Plugin\views\display

Code

public $output = NULL;