You are here

public function TagadelicCloudView::setView in Tagadelic 8.3

Parameters

$view_results. An array of Drupal\views\ResultRow objects.:

Return value

$this; for chaining.

1 call to TagadelicCloudView::setView()
TagadelicCloudView::createTags in src/TagadelicCloudView.php

File

src/TagadelicCloudView.php, line 40

Class

TagadelicCloudView
Class TagadelicCloudView.

Namespace

Drupal\tagadelic

Code

public function setView(\Drupal\views\ViewExecutable $view) {
  $this->view = $view;
  return $this;
}