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