NewsletterInterface.php in Simplenews 8
Same filename and directory in other branches
Namespace
Drupal\simplenewsFile
src/NewsletterInterface.phpView source
<?php
namespace Drupal\simplenews;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a contact category entity.
*/
interface NewsletterInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
NewsletterInterface | Provides an interface defining a contact category entity. |