MailchimpSignupInterface.php in Mailchimp 8
Same filename and directory in other branches
Namespace
Drupal\mailchimp_signupFile
modules/mailchimp_signup/src/MailchimpSignupInterface.phpView 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
Name | Description |
---|---|
MailchimpSignupInterface | Provides an interface defining the MailchimpSignup entity. |