interface CloudBuilderInterface in TagCloud 8
Same name and namespace in other branches
- 2.0.x src/CloudBuilderInterface.php \Drupal\tagclouds\CloudBuilderInterface
- 1.0.x src/CloudBuilderInterface.php \Drupal\tagclouds\CloudBuilderInterface
Interface CloudBuilderInterface.
@package Drupal\tagclouds
Hierarchy
- interface \Drupal\tagclouds\CloudBuilderInterface
Expanded class hierarchy of CloudBuilderInterface
All classes that implement CloudBuilderInterface
1 file declares its use of CloudBuilderInterface
- TagcloudsPageChunk.php in src/
Controller/ TagcloudsPageChunk.php
File
- src/
CloudBuilderInterface.php, line 10
Namespace
Drupal\tagcloudsView source
interface CloudBuilderInterface {
/**
* Returns a render array for the tags.
*
* @param array $terms
* A list of tags to render.
*/
public function build(array $terms);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CloudBuilderInterface:: |
public | function | Returns a render array for the tags. | 1 |