MandrillTemplateMapInterface.php in Mandrill 8
Namespace
Drupal\mandrill_templateFile
modules/mandrill_template/src/MandrillTemplateMapInterface.phpView source
<?php
/**
* @file
* Contains \Drupal\mandrill_template\MandrillTemplateMapInterface.
*/
namespace Drupal\mandrill_template;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining the MandrillTemplateMap entity.
*
* @ingroup mandrill_template
*/
interface MandrillTemplateMapInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
MandrillTemplateMapInterface | Provides an interface defining the MandrillTemplateMap entity. |