You are here

public function TreeBuilderInterface::buildAllRenderable in Token 8

Build a render array with token tree containing all possible tokens.

Parameters

array $options: (optional) An associative array to control which tokens are shown and how. The properties available are: See \Drupal\token\TreeBuilderInterface::buildRenderable() for details.

Return value

array Render array for the token tree.

1 method overrides TreeBuilderInterface::buildAllRenderable()
TreeBuilder::buildAllRenderable in src/TreeBuilder.php
Build a render array with token tree containing all possible tokens.

File

src/TreeBuilderInterface.php, line 78

Class

TreeBuilderInterface

Namespace

Drupal\token

Code

public function buildAllRenderable(array $options = []);