Example #1
0
 /**
  * @return array<Page> The Form's pages in the correct order
  * @api
  */
 public function getPages() : array
 {
     return $this->formDefinition->getPages();
 }