ChartAttachmentServiceInterface.php in Charts 8
Same filename and directory in other branches
Namespace
Drupal\charts\ServicesFile
src/Services/ChartAttachmentServiceInterface.phpView source
<?php
namespace Drupal\charts\Services;
interface ChartAttachmentServiceInterface {
/**
* @return $attachmentViews an array of different views.
*/
public function getAttachmentViews();
/**
* @param $attachmentViews is an array of views.
*/
public function setAttachmentViews($attachmentViews);
}
Interfaces
Name | Description |
---|---|
ChartAttachmentServiceInterface |