You are here

public function ChartAttachmentServiceInterface::setAttachmentViews in Charts 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface::setAttachmentViews()
  2. 8 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface::setAttachmentViews()
  3. 8.3 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface::setAttachmentViews()

Set Attachment Views.

Parameters

array $attachmentViews: Attach an array of views.

1 method overrides ChartAttachmentServiceInterface::setAttachmentViews()
ChartAttachmentService::setAttachmentViews in src/Services/ChartAttachmentService.php
Set Attachment Views.

File

src/Services/ChartAttachmentServiceInterface.php, line 24

Class

ChartAttachmentServiceInterface
Defines an interface for Chart attachment service classes.

Namespace

Drupal\charts\Services

Code

public function setAttachmentViews(array $attachmentViews = []);