You are here

protected property TermFieldAutocomplete::$database in GraphQL 8.4

The database connection.

Type: \Drupal\Core\Database\Connection

File

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

Class

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

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer\Taxonomy

Code

protected $database;