You are here

protected property GeneralUserReferenceFormatter::$tokenTreeBuilder in Formatter Suite 8

The token selection UI builder if the Token module is installed.

If the Token module is not installed, this is a NULL.

Type: \Drupal\token\TreeBuilder

File

src/Plugin/Field/FieldFormatter/GeneralUserReferenceFormatter.php, line 60

Class

GeneralUserReferenceFormatter
Formats a user entity reference as one or more links.

Namespace

Drupal\formatter_suite\Plugin\Field\FieldFormatter

Code

protected $tokenTreeBuilder;