You are here

MandrillActivityInterface.php in Mandrill 8

File

modules/mandrill_activity/src/MandrillActivityInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\mandrill_activity\MandrillActivityInterface.
 */
namespace Drupal\mandrill_activity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining the MandrillActivity entity.
 *
 * @ingroup mandrill_activity
 */
interface MandrillActivityInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
MandrillActivityInterface Provides an interface defining the MandrillActivity entity.