You are here

public function HttpServiceApiHandlerInterface::moduleProvidesApi in HTTP Client Manager 8

Same name and namespace in other branches
  1. 8.2 src/HttpServiceApiHandlerInterface.php \Drupal\http_client_manager\HttpServiceApiHandlerInterface::moduleProvidesApi()

Determines whether a module provides some service API.

Parameters

string $module_name: The module name.

Return value

bool Returns TRUE if the module provides some service API, otherwise FALSE.

1 method overrides HttpServiceApiHandlerInterface::moduleProvidesApi()
HttpServiceApiHandler::moduleProvidesApi in src/HttpServiceApiHandler.php
Determines whether a module provides some service API.

File

src/HttpServiceApiHandlerInterface.php, line 56

Class

HttpServiceApiHandlerInterface
Interface HttpServiceApiHandlerInterface.

Namespace

Drupal\http_client_manager

Code

public function moduleProvidesApi($module_name);