You are here

public function TagadelicController::content in Tagadelic 8.3

1 string reference to 'TagadelicController::content'
tagadelic.routing.yml in ./tagadelic.routing.yml
tagadelic.routing.yml

File

src/Controller/TagadelicController.php, line 38

Class

TagadelicController

Namespace

Drupal\tagadelic\Controller

Code

public function content() {
  return array(
    '#theme' => 'tagadelic_taxonomy_cloud',
    '#tags' => $this->tags,
    '#attached' => array(
      'library' => array(
        'tagadelic/base',
      ),
    ),
  );
}