You are here

public function YamlFormWizardPage::isRoot in YAML Form 8

Checks if element is a root element.

Return value

bool TRUE if the element is a root element.

Overrides YamlFormElementBase::isRoot

File

src/Plugin/YamlFormElement/YamlFormWizardPage.php, line 56

Class

YamlFormWizardPage
Provides a 'yamlform_wizard_page' element.

Namespace

Drupal\yamlform\Plugin\YamlFormElement

Code

public function isRoot() {
  return TRUE;
}