You are here

protected property DefaultDisplay::$usesAttachments in Views (for Drupal 7) 8.3

Whether the display allows attachments.

Type: bool

Overrides DisplayPluginBase::$usesAttachments

File

lib/Drupal/views/Plugin/views/display/DefaultDisplay.php, line 33
Definition of 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;