You are here

public function WebformWizardPage::isRoot in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElement/WebformWizardPage.php \Drupal\webform\Plugin\WebformElement\WebformWizardPage::isRoot()

Checks if the element is a root element.

Return value

bool TRUE if the element is a root element.

Overrides WebformElementBase::isRoot

File

src/Plugin/WebformElement/WebformWizardPage.php, line 71

Class

WebformWizardPage
Provides a 'webform_wizard_page' element.

Namespace

Drupal\webform\Plugin\WebformElement

Code

public function isRoot() {
  return TRUE;
}