function FormWizardBase::getNextOp

Same name in other branches
  1. 4.0.x src/Wizard/FormWizardBase.php \Drupal\ctools\Wizard\FormWizardBase::getNextOp()

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 186

Class

FormWizardBase
The base class for all form wizard.

Namespace

Drupal\ctools\Wizard

Code

public function getNextOp() {
    return $this->t('Next');
}