public function YamlFormInterface::getPage in YAML Form 8
Get form wizard page.
Parameters
string|int $key: The name/key of a form wizard page.
Return value
array|null A form wizard page element.
1 method overrides YamlFormInterface::getPage()
- YamlForm::getPage in src/
Entity/ YamlForm.php - Get form wizard page.
File
- src/
YamlFormInterface.php, line 384
Class
- YamlFormInterface
- Provides an interface defining a form entity.
Namespace
Drupal\yamlformCode
public function getPage($key);