public function ChartAttachmentServiceInterface::setAttachmentViews in Charts 8
Same name and namespace in other branches
- 8.4 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface::setAttachmentViews()
- 8.3 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface::setAttachmentViews()
- 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
Namespace
Drupal\charts\ServicesCode
public function setAttachmentViews($attachmentViews);