You are here

public function MailgunHandlerInterface::moduleStatus in Mailgun 8

Validates Mailgun library and API settings.

Parameters

bool $showMessage: Whether error messages should be shown.

Return value

bool Whether the library installed and API settings are ok.

1 method overrides MailgunHandlerInterface::moduleStatus()
MailgunHandler::moduleStatus in src/MailgunHandler.php
Validates Mailgun library and API settings.

File

src/MailgunHandlerInterface.php, line 58

Class

MailgunHandlerInterface
The interface for Mailgun handler service.

Namespace

Drupal\mailgun

Code

public function moduleStatus($showMessage = FALSE);