public function TagadelicController::content in Tagadelic 8.3
1 string reference to 'TagadelicController::content'
File
- src/
Controller/ TagadelicController.php, line 38
Class
Namespace
Drupal\tagadelic\ControllerCode
public function content() {
return array(
'#theme' => 'tagadelic_taxonomy_cloud',
'#tags' => $this->tags,
'#attached' => array(
'library' => array(
'tagadelic/base',
),
),
);
}