You are here

SpamicideInterface.php in Spamicide 8

Namespace

Drupal\spamicide

File

src/SpamicideInterface.php
View source
<?php

namespace Drupal\spamicide;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a spamicide entity type.
 */
interface SpamicideInterface extends ConfigEntityInterface {

  /**
   * Get formId method.
   */
  public function getFormId();

}

Interfaces

Namesort descending Description
SpamicideInterface Provides an interface defining a spamicide entity type.