addButtons(array( array( 'type' => 'next', 'name' => ts('Done'), 'isDefault' => TRUE, ), )); } /** * Return a descriptive name for the page, used in wizard header. * * @return string */ public function getTitle() { return ts('Summary'); } }