You are here

public function WebformElementWizardPageInterface::hidePage in Webform 6.x

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

Hide webform wizard page.

Parameters

array $element: A webform wizard page element and its child elements.

1 method overrides WebformElementWizardPageInterface::hidePage()
WebformWizardPage::hidePage in src/Plugin/WebformElement/WebformWizardPage.php
Hide webform wizard page.

File

src/Plugin/WebformElementWizardPageInterface.php, line 24

Class

WebformElementWizardPageInterface
Provides an 'wizard_page' interface used to detect wizard page elements.

Namespace

Drupal\webform\Plugin

Code

public function hidePage(array &$element);