You are here

public function DatabaseFileEvent::getFormState in Smart IP 8.2

Same name and namespace in other branches
  1. 8.4 src/DatabaseFileEvent.php \Drupal\smart_ip\DatabaseFileEvent::getFormState()
  2. 8.3 src/DatabaseFileEvent.php \Drupal\smart_ip\DatabaseFileEvent::getFormState()

Return value

\Drupal\Core\Form\FormStateInterface

File

src/DatabaseFileEvent.php, line 57
Contains \Drupal\smart_ip\DatabaseFileEvent.

Class

DatabaseFileEvent
Provides Smart IP database file related events for event listeners.

Namespace

Drupal\smart_ip

Code

public function getFormState() {
  return $this->formState;
}