You are here

public function ChartAttachmentServiceInterface::setAttachmentViews in Charts 8

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

Parameters

$attachmentViews is an array of views.:

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

File

src/Services/ChartAttachmentServiceInterface.php, line 16

Class

ChartAttachmentServiceInterface

Namespace

Drupal\charts\Services

Code

public function setAttachmentViews($attachmentViews);