public function HttpServiceApiHandlerInterface::moduleProvidesApi in HTTP Client Manager 8.2
Same name and namespace in other branches
- 8 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_managerCode
public function moduleProvidesApi($module_name);