MandrillReportsInterface.php in Mandrill 8
Namespace
Drupal\mandrill_reportsFile
modules/mandrill_reports/src/MandrillReportsInterface.phpView source
<?php
/**
* @file
* Contains \Drupal\mandrill_reports\MandrillReportsInterface.
*/
namespace Drupal\mandrill_reports;
/**
* Interface for the Mandrill Reports service.
*/
interface MandrillReportsInterface {
}
Interfaces
Name | Description |
---|---|
MandrillReportsInterface | Interface for the Mandrill Reports service. |