You are here

public function ChartAttachmentService::getAttachmentViews in Charts 5.0.x

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

Get Attachment Views.

Return value

array Different views.

Overrides ChartAttachmentServiceInterface::getAttachmentViews

File

src/Services/ChartAttachmentService.php, line 22

Class

ChartAttachmentService
Class ChartAttachmentService.

Namespace

Drupal\charts\Services

Code

public function getAttachmentViews() {
  return $this->attachmentViews;
}