You are here

public function AdminSettingsEvent::setFormState in Smart IP 8.2

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

Parameters

\Drupal\Core\Form\FormStateInterface $formState:

File

src/AdminSettingsEvent.php, line 64
Contains \Drupal\smart_ip\AdminSettingsEvent.

Class

AdminSettingsEvent
Provides Smart IP admin settings override event for event listeners.

Namespace

Drupal\smart_ip

Code

public function setFormState(FormStateInterface $formState) {
  $this->formState = $formState;
}