You are here

protected function Route::isLanguageAwareField in GraphQL 8.3

Route field is always language aware since it sets it's context from the prefix.

Overrides FieldPluginBase::isLanguageAwareField

File

modules/graphql_core/src/Plugin/GraphQL/Fields/Routing/Route.php, line 144

Class

Route
Retrieve a route object based on a path.

Namespace

Drupal\graphql_core\Plugin\GraphQL\Fields\Routing

Code

protected function isLanguageAwareField() {
  return TRUE;
}