You are here

function FormStateInterface::__construct in Jssor Slider 7

File

src/shims/FormStateInterface.inc, line 15

Class

FormStateInterface

Namespace

Drupal\Core\Form

Code

function __construct($form_state = array()) {
  $this->values = $form_state['values'];
}