You are here

public function WebformInterface::hasWizardPages in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformInterface.php \Drupal\webform\WebformInterface::hasWizardPages()

Determine if the webform has multi-step form wizard pages.

Return value

bool TRUE if the webform has multi-step form wizard pages.

1 method overrides WebformInterface::hasWizardPages()
Webform::hasWizardPages in src/Entity/Webform.php
Determine if the webform has multi-step form wizard pages.

File

src/WebformInterface.php, line 272

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function hasWizardPages();