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