You are here

public function SubFormState::getValues in Authorization 8

Returns the submitted and sanitized form values.

Return value

array An associative array of values submitted to the form.

Overrides FormStateInterface::getValues

File

src/Form/SubFormState.php, line 283

Class

SubFormState
Represents the form state of a sub-form.

Namespace

Drupal\authorization\Form

Code

public function &getValues() {
  return $this->values;
}