public function PollViewForm::getBaseFormId in Poll 8
Returns a string identifying the base form.
Return value
string|null The string identifying the base form or NULL if this is not a base form.
Overrides BaseFormIdInterface::getBaseFormId
File
- src/
Form/ PollViewForm.php, line 29
Class
- PollViewForm
- Displays banned IP addresses.
Namespace
Drupal\poll\FormCode
public function getBaseFormId() {
return 'poll_view_form';
}