You are here

MandrillTemplateMapInterface.php in Mandrill 8

File

modules/mandrill_template/src/MandrillTemplateMapInterface.php
View 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

Namesort descending Description
MandrillTemplateMapInterface Provides an interface defining the MandrillTemplateMap entity.