protected property Embed::$usesAttachments in Drupal 9
Same name and namespace in other branches
- 8 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\displayCode
protected $usesAttachments = TRUE;