You are here

public function ChartAttachmentServiceInterface::getAttachmentViews in Charts 5.0.x

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

Get Attachment Views.

Return value

array Different views.

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

File

src/Services/ChartAttachmentServiceInterface.php, line 16

Class

ChartAttachmentServiceInterface
Defines an interface for Chart attachment service classes.

Namespace

Drupal\charts\Services

Code

public function getAttachmentViews();