You are here

protected property Eva::$usesAttachments in EVA: Entity Views Attachment 8.2

Whether the display allows attachments.

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

Type: bool

Overrides DisplayPluginBase::$usesAttachments

File

src/Plugin/views/display/Eva.php, line 66

Class

Eva
The plugin that handles an EVA display in views.

Namespace

Drupal\eva\Plugin\views\display

Code

protected $usesAttachments = TRUE;