class ChartAttachmentService in Charts 8
Same name and namespace in other branches
- 8.4 src/Services/ChartAttachmentService.php \Drupal\charts\Services\ChartAttachmentService
- 8.3 src/Services/ChartAttachmentService.php \Drupal\charts\Services\ChartAttachmentService
- 5.0.x src/Services/ChartAttachmentService.php \Drupal\charts\Services\ChartAttachmentService
Class ChartAttachmentService
@package Drupal\charts\Services.
Hierarchy
- class \Drupal\charts\Services\ChartAttachmentService implements ChartAttachmentServiceInterface
Expanded class hierarchy of ChartAttachmentService
1 string reference to 'ChartAttachmentService'
1 service uses ChartAttachmentService
File
- src/
Services/ ChartAttachmentService.php, line 11
Namespace
Drupal\charts\ServicesView source
class ChartAttachmentService implements ChartAttachmentServiceInterface {
private $attachmentViews;
/**
* @return $attachmentViews an array of different views.
*/
public function getAttachmentViews() {
return $this->attachmentViews;
}
/**
* @param $attachmentViews is an array of views.
*/
public function setAttachmentViews($attachmentViews) {
$this->attachmentViews = $attachmentViews;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ChartAttachmentService:: |
private | property | ||
ChartAttachmentService:: |
public | function |
Overrides ChartAttachmentServiceInterface:: |
|
ChartAttachmentService:: |
public | function |
Overrides ChartAttachmentServiceInterface:: |