You are here

NewsletterInterface.php in Simplenews 8.2

Same filename and directory in other branches
  1. 8 src/NewsletterInterface.php
  2. 3.x src/NewsletterInterface.php

Namespace

Drupal\simplenews

File

src/NewsletterInterface.php
View source
<?php

namespace Drupal\simplenews;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a contact category entity.
 */
interface NewsletterInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
NewsletterInterface Provides an interface defining a contact category entity.