You are here

protected property Block::$usesAttachments in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/display/Block.php \Drupal\views\Plugin\views\display\Block::usesAttachments
  2. 10 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 46

Class

Block
The plugin that handles a block.

Namespace

Drupal\views\Plugin\views\display

Code

protected $usesAttachments = TRUE;