protected property DisplayPluginBase::$usesAttachments

Whether the display allows attachments.

TRUE if the display can use attachments, or FALSE otherwise.

Type: bool

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php, line 93
Contains 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

protected $usesAttachments = FALSE;