You are here

protected property DefaultDisplay::$usesAttachments in Drupal 10

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

Whether the display allows attachments.

Type: bool

File

core/modules/views/src/Plugin/views/display/DefaultDisplay.php, line 25

Class

DefaultDisplay
A plugin to handle defaults on a view.

Namespace

Drupal\views\Plugin\views\display

Code

protected $usesAttachments = TRUE;