You are here

MandrillReportsInterface.php in Mandrill 8

File

modules/mandrill_reports/src/MandrillReportsInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\mandrill_reports\MandrillReportsInterface.
 */
namespace Drupal\mandrill_reports;


/**
 * Interface for the Mandrill Reports service.
 */
interface MandrillReportsInterface {

}

Interfaces

Namesort descending Description
MandrillReportsInterface Interface for the Mandrill Reports service.