MandrillActivityInterface.php in Mandrill 8
Namespace
Drupal\mandrill_activityFile
modules/mandrill_activity/src/MandrillActivityInterface.phpView 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
Name | Description |
---|---|
MandrillActivityInterface | Provides an interface defining the MandrillActivity entity. |