SpamicideInterface.php in Spamicide 8
Namespace
Drupal\spamicideFile
src/SpamicideInterface.phpView 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
Name | Description |
---|---|
SpamicideInterface | Provides an interface defining a spamicide entity type. |