public function ChartAttachmentServiceInterface::getAttachmentViews in Charts 8.3
Same name and namespace in other branches
- 8.4 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface::getAttachmentViews()
- 8 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface::getAttachmentViews()
- 5.0.x src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface::getAttachmentViews()
Get Attachment Views.
Return value
array Different views.
1 method overrides ChartAttachmentServiceInterface::getAttachmentViews()
- ChartAttachmentService::getAttachmentViews in src/
Services/ ChartAttachmentService.php - Get Attachment Views.
File
- src/
Services/ ChartAttachmentServiceInterface.php, line 16
Class
- ChartAttachmentServiceInterface
- Defines an interface for Chart attachment service classes.
Namespace
Drupal\charts\ServicesCode
public function getAttachmentViews();