public function CloudBuilderInterface::build in TagCloud 8
Same name and namespace in other branches
- 2.0.x src/CloudBuilderInterface.php \Drupal\tagclouds\CloudBuilderInterface::build()
- 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\tagcloudsCode
public function build(array $terms);