You are here

protected property NewTermStorage::$termStorage in Super Term Reference Autocomplete Widget 8

The term storage.

This is stored as an array of vocabulary names, each of which contains an array with keys of the term hierarchy and values of the created Term object which will eventually get saved.

Type: array

File

src/NewTermStorage.php, line 21

Class

NewTermStorage
Stores terms which have been created by Straw but not yet saved by Drupal.

Namespace

Drupal\straw

Code

protected $termStorage;