You are here

MailchimpSignupInterface.php in Mailchimp 2.x

Same filename and directory in other branches
  1. 8 modules/mailchimp_signup/src/MailchimpSignupInterface.php

File

modules/mailchimp_signup/src/MailchimpSignupInterface.php
View source
<?php

namespace Drupal\mailchimp_signup;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining the MailchimpSignup entity.
 *
 * @ingroup mailchimp_signup
 */
interface MailchimpSignupInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
MailchimpSignupInterface Provides an interface defining the MailchimpSignup entity.