You are here

protected property Block::$usesAttachments in Zircon Profile 8

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

Whether the display allows attachments.

Type: bool

Overrides DisplayPluginBase::$usesAttachments

File

core/modules/views/src/Plugin/views/display/Block.php, line 41
Contains \Drupal\views\Plugin\views\display\Block.

Class

Block
The plugin that handles a block.

Namespace

Drupal\views\Plugin\views\display

Code

protected $usesAttachments = TRUE;