You are here

public function GarageInterface::getVehicles in GraphQL 8.3

Retrieve a list of vehicles.

Return value

mixed The list of vehicles, parked in the garage.

1 method overrides GarageInterface::getVehicles()
Garage::getVehicles in tests/modules/graphql_plugin_test/src/Garage.php
Retrieve a list of vehicles.

File

tests/modules/graphql_plugin_test/src/GarageInterface.php, line 18

Class

GarageInterface
Interface definition for a garage.

Namespace

Drupal\graphql_plugin_test

Code

public function getVehicles();