interface ChartAttachmentServiceInterface in Charts 8
Same name and namespace in other branches
- 8.4 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface
- 8.3 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface
- 5.0.x src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface
Hierarchy
- interface \Drupal\charts\Services\ChartAttachmentServiceInterface
Expanded class hierarchy of ChartAttachmentServiceInterface
All classes that implement ChartAttachmentServiceInterface
File
- src/
Services/ ChartAttachmentServiceInterface.php, line 5
Namespace
Drupal\charts\ServicesView source
interface ChartAttachmentServiceInterface {
/**
* @return $attachmentViews an array of different views.
*/
public function getAttachmentViews();
/**
* @param $attachmentViews is an array of views.
*/
public function setAttachmentViews($attachmentViews);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ChartAttachmentServiceInterface:: |
public | function | 1 | |
ChartAttachmentServiceInterface:: |
public | function | 1 |