public function YamlFormUiElementFormInterface::isNew in YAML Form 8
Is new element.
Return value
bool TRUE if this form generating a new element.
1 method overrides YamlFormUiElementFormInterface::isNew()
- YamlFormUiElementFormBase::isNew in modules/
yamlform_ui/ src/ Form/ YamlFormUiElementFormBase.php - Is new element.
File
- modules/
yamlform_ui/ src/ Form/ YamlFormUiElementFormInterface.php, line 19
Class
- YamlFormUiElementFormInterface
- Provides an interface for form element form.
Namespace
Drupal\yamlform_ui\FormCode
public function isNew();