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