public function HttpServiceApiHandlerInterface::load in HTTP Client Manager 8
Same name and namespace in other branches
- 8.2 src/HttpServiceApiHandlerInterface.php \Drupal\http_client_manager\HttpServiceApiHandlerInterface::load()
Load Service Api description.
Parameters
string $id: The Service Api id.
Return value
mixed|null The Service description array or null.
1 method overrides HttpServiceApiHandlerInterface::load()
- HttpServiceApiHandler::load in src/
HttpServiceApiHandler.php - Load Service Api description.
File
- src/
HttpServiceApiHandlerInterface.php, line 45
Class
- HttpServiceApiHandlerInterface
- Interface HttpServiceApiHandlerInterface.
Namespace
Drupal\http_client_managerCode
public function load($id);