You are here

public function Spamicide::getFormId in Spamicide 8

Get FormId method.

Return value

int|string|null Form id.

Overrides SpamicideInterface::getFormId

File

src/Entity/Spamicide.php, line 80

Class

Spamicide
Defines the spamicide entity type.

Namespace

Drupal\spamicide\Entity

Code

public function getFormId() {
  return $this
    ->id();
}