You are here

public function WebformElementWizardPageInterface::showPage in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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\Plugin

Code

public function showPage(array &$element);