You are here

public function WebformUiElementFormInterface::isNew in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_ui/src/Form/WebformUiElementFormInterface.php \Drupal\webform_ui\Form\WebformUiElementFormInterface::isNew()

Is new element.

Return value

bool TRUE if this webform generating a new element.

1 method overrides WebformUiElementFormInterface::isNew()
WebformUiElementFormBase::isNew in modules/webform_ui/src/Form/WebformUiElementFormBase.php
Is new element.

File

modules/webform_ui/src/Form/WebformUiElementFormInterface.php, line 19

Class

WebformUiElementFormInterface
Provides an interface for webform element webform.

Namespace

Drupal\webform_ui\Form

Code

public function isNew();