You are here

protected property DefaultDisplay::$usesAttachments in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/views/display/DefaultDisplay.php \Drupal\views\Plugin\views\display\DefaultDisplay::usesAttachments

Whether the display allows attachments.

Type: bool

Overrides DisplayPluginBase::$usesAttachments

File

core/modules/views/src/Plugin/views/display/DefaultDisplay.php, line 30
Contains \Drupal\views\Plugin\views\display\DefaultDisplay.

Class

DefaultDisplay
A plugin to handle defaults on a view.

Namespace

Drupal\views\Plugin\views\display

Code

protected $usesAttachments = TRUE;