You are here

public function FormBaseAlterEvent::getBaseFormId in Hook Event Dispatcher 8

Get the base form id.

Return value

string The base form id.

1 call to FormBaseAlterEvent::getBaseFormId()
FormBaseAlterEvent::getDispatcherType in src/Event/Form/FormBaseAlterEvent.php
Get the dispatcher type.

File

src/Event/Form/FormBaseAlterEvent.php, line 52

Class

FormBaseAlterEvent
Class FormBaserAlterEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Form

Code

public function getBaseFormId() {
  return $this->baseFormId;
}