You are here

protected property Embed::$usesAttachments in Drupal 8

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

Whether the display allows attachments.

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

Type: bool

Overrides DisplayPluginBase::$usesAttachments

File

core/modules/views/src/Plugin/views/display/Embed.php, line 26

Class

Embed
The plugin that handles an embed display.

Namespace

Drupal\views\Plugin\views\display

Code

protected $usesAttachments = TRUE;