public function ChartAttachmentServiceInterface::getAttachmentViews in Charts 8
Same name and namespace in other branches
- 8.4 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface::getAttachmentViews()
- 8.3 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface::getAttachmentViews()
- 5.0.x src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface::getAttachmentViews()
Return value
$attachmentViews an array of different views.
1 method overrides ChartAttachmentServiceInterface::getAttachmentViews()
- ChartAttachmentService::getAttachmentViews in src/
Services/ ChartAttachmentService.php
File
- src/
Services/ ChartAttachmentServiceInterface.php, line 10
Class
Namespace
Drupal\charts\ServicesCode
public function getAttachmentViews();