You are here

interface ChartAttachmentServiceInterface in Charts 8

Same name and namespace in other branches
  1. 8.4 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface
  2. 8.3 src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface
  3. 5.0.x src/Services/ChartAttachmentServiceInterface.php \Drupal\charts\Services\ChartAttachmentServiceInterface

Hierarchy

Expanded class hierarchy of ChartAttachmentServiceInterface

All classes that implement ChartAttachmentServiceInterface

File

src/Services/ChartAttachmentServiceInterface.php, line 5

Namespace

Drupal\charts\Services
View 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