You are here

public function CloudBuilderInterface::build in TagCloud 8

Same name and namespace in other branches
  1. 2.0.x src/CloudBuilderInterface.php \Drupal\tagclouds\CloudBuilderInterface::build()
  2. 1.0.x src/CloudBuilderInterface.php \Drupal\tagclouds\CloudBuilderInterface::build()

Returns a render array for the tags.

Parameters

array $terms: A list of tags to render.

1 method overrides CloudBuilderInterface::build()
CloudBuilder::build in src/CloudBuilder.php
Returns a render array for the tags.

File

src/CloudBuilderInterface.php, line 18

Class

CloudBuilderInterface
Interface CloudBuilderInterface.

Namespace

Drupal\tagclouds

Code

public function build(array $terms);