You are here

interface CloudBuilderInterface in TagCloud 8

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

Interface CloudBuilderInterface.

@package Drupal\tagclouds

Hierarchy

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\tagclouds
View 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

Namesort descending Modifiers Type Description Overrides
CloudBuilderInterface::build public function Returns a render array for the tags. 1