You are here

public function ChartAttachmentServiceInterface::getAttachmentViews in Charts 8

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

Return value

$attachmentViews an array of different views.

1 method overrides ChartAttachmentServiceInterface::getAttachmentViews()
ChartAttachmentService::getAttachmentViews in src/Services/ChartAttachmentService.php

File

src/Services/ChartAttachmentServiceInterface.php, line 10

Class

ChartAttachmentServiceInterface

Namespace

Drupal\charts\Services

Code

public function getAttachmentViews();