public function WebformElementWizardPageInterface::showPage in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementWizardPageInterface.php \Drupal\webform\Plugin\WebformElementWizardPageInterface::showPage()
Show webform wizard page.
Parameters
array $element: A webform wizard page element and its child elements.
1 method overrides WebformElementWizardPageInterface::showPage()
- WebformWizardPage::showPage in src/
Plugin/ WebformElement/ WebformWizardPage.php - Show webform wizard page.
File
- src/
Plugin/ WebformElementWizardPageInterface.php, line 16
Class
- WebformElementWizardPageInterface
- Provides an 'wizard_page' interface used to detect wizard page elements.
Namespace
Drupal\webform\PluginCode
public function showPage(array &$element);