function FormState::getCleanValueKeys

Gets the keys of the form values that will be cleaned.

Return value

array An array of form value keys to be cleaned.

Overrides FormStateInterface::getCleanValueKeys

2 calls to FormState::getCleanValueKeys()
FormState::addCleanValueKey in core/lib/Drupal/Core/Form/FormState.php
FormState::cleanValues in core/lib/Drupal/Core/Form/FormState.php

File

core/lib/Drupal/Core/Form/FormState.php, line 1236

Class

FormState
Stores information about the state of a form.

Namespace

Drupal\Core\Form

Code

public function getCleanValueKeys() {
  return $this->cleanValueKeys;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.