public function RegistrantsElementUtility::setChangeIt in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/RegistrantsElementUtility.php \Drupal\rng\RegistrantsElementUtility::setChangeIt()
- 8 src/RegistrantsElementUtility.php \Drupal\rng\RegistrantsElementUtility::setChangeIt()
Set form state for change_it.
Parameters
$value:
File
- src/
RegistrantsElementUtility.php, line 172
Class
Namespace
Drupal\rngCode
public function setChangeIt($value) {
$this->formState
->set(array_merge($this->element['#parents'], [
'change_it',
]), $value);
}