You are here

public function GarageInterface::removeVehicle in GraphQL 8.3

Remove a vehicle from the garage.

Parameters

int $lot: The parking lot.

Return value

array The removed vehicle.

1 method overrides GarageInterface::removeVehicle()
Garage::removeVehicle in tests/modules/graphql_plugin_test/src/Garage.php
Remove a vehicle from the garage.

File

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

Class

GarageInterface
Interface definition for a garage.

Namespace

Drupal\graphql_plugin_test

Code

public function removeVehicle($lot);