You are here

public function WebformInterface::getNumberOfWizardPages in Webform 8.5

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

Code

public function getNumberOfWizardPages();