public function WebformElementWizardPageInterface::hidePage in Webform 8.5
Same name and namespace in other branches
- 6.x 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\PluginCode
public function hidePage(array &$element);