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\EntityCode
public function getFormId() {
return $this
->id();
}