public function BaseFormEvent::getFormId in Hook Event Dispatcher 8
Get the form id.
Return value
string The form id.
1 call to BaseFormEvent::getFormId()
- FormIdAlterEvent::getDispatcherType in src/
Event/ Form/ FormIdAlterEvent.php - Get the dispatcher type.
File
- src/
Event/ Form/ BaseFormEvent.php, line 90
Class
- BaseFormEvent
- Class BaseFormEvent.
Namespace
Drupal\hook_event_dispatcher\Event\FormCode
public function getFormId() {
return $this->formId;
}