You are here

YamlFormWizardPage.php in YAML Form 8

File

src/Element/YamlFormWizardPage.php
View source
<?php

namespace Drupal\yamlform\Element;

use Drupal\Core\Render\Element\Details;

/**
 * Provides a form element for a form 'wizard' page.
 *
 * A form 'wizard' page is simply a detail widget that is transformed
 * into a page via the YamlFormSubmissionForm handler.
 *
 * @FormElement("yamlform_wizard_page")
 */
class YamlFormWizardPage extends Details {

}

Classes

Namesort descending Description
YamlFormWizardPage Provides a form element for a form 'wizard' page.