public function WebformInterface::getPage in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getPage()
Get webform wizard page.
Parameters
string $operation: Operation being performed.
string|int $key: The name/key of a webform wizard page.
Return value
array|null A webform wizard page element.
1 method overrides WebformInterface::getPage()
- Webform::getPage in src/
Entity/ Webform.php - Get webform wizard page.
File
- src/
WebformInterface.php, line 891
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function getPage($operation, $key);