public function FormWizardBase::getNextOp in Chaos Tool Suite (ctools) 8.3
The translated text of the "Next" button's text.
Return value
string
1 call to FormWizardBase::getNextOp()
- FormWizardBase::submitForm in src/
Wizard/ FormWizardBase.php - Form submission handler.
File
- src/
Wizard/ FormWizardBase.php, line 176
Class
- FormWizardBase
- The base class for all form wizard.
Namespace
Drupal\ctools\WizardCode
public function getNextOp() {
return $this
->t('Next');
}