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