public function WebformInterface::getNumberOfWizardPages in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getNumberOfWizardPages()
Get the number of wizard pages.
Return value
int The number of wizard pages.
1 method overrides WebformInterface::getNumberOfWizardPages()
- Webform::getNumberOfWizardPages in src/
Entity/ Webform.php - Get the number of wizard pages.
File
- src/
WebformInterface.php, line 280
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function getNumberOfWizardPages();