You are here

public function MailgunHandlerInterface::validateMailgunLibrary in Mailgun 8

Checks if Mailgun PHP SDK is installed correctly.

Parameters

bool $showMessage: Whether error messages should be shown.

Return value

bool Whether the Mailgun PHP SDK is installed correctly.

1 method overrides MailgunHandlerInterface::validateMailgunLibrary()
MailgunHandler::validateMailgunLibrary in src/MailgunHandler.php
Checks if Mailgun PHP SDK is installed correctly.

File

src/MailgunHandlerInterface.php, line 91

Class

MailgunHandlerInterface
The interface for Mailgun handler service.

Namespace

Drupal\mailgun

Code

public function validateMailgunLibrary($showMessage = FALSE);