You are here

protected property TermFieldAutocomplete::$termStorage in GraphQL 8.4

The term storage.

Type: \Drupal\taxonomy\TermStorageInterface

File

src/Plugin/GraphQL/DataProducer/Taxonomy/TermFieldAutocomplete.php, line 80

Class

TermFieldAutocomplete
Gets term items matching the given string in given field's vocabularies.

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer\Taxonomy

Code

protected $termStorage;