You are here

public function GarageInterface::getVehicle in GraphQL 8.3

Get vehicle by parking lot.

Parameters

int $lot: The parking lot.

Return value

array The vehicle definition.

1 method overrides GarageInterface::getVehicle()
Garage::getVehicle in tests/modules/graphql_plugin_test/src/Garage.php
Get vehicle by parking lot.

File

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

Class

GarageInterface
Interface definition for a garage.

Namespace

Drupal\graphql_plugin_test

Code

public function getVehicle($lot);