You are here

public function Validator::getValue in Form API Validation 8.2

Return Form Element value.

Return value

string Value.

File

src/Validator.php, line 105

Class

Validator
Validator Class to parse Form Element validators content.

Namespace

Drupal\fapi_validation

Code

public function getValue() {
  return $this->value;
}