public function FlowPushConfirmation::getConfirmText in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Form/FlowPushConfirmation.php \Drupal\cms_content_sync\Form\FlowPushConfirmation::getConfirmText()
- 2.0.x src/Form/FlowPushConfirmation.php \Drupal\cms_content_sync\Form\FlowPushConfirmation::getConfirmText()
Returns a caption for the button that confirms the action.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.
Overrides ConfirmFormBase::getConfirmText
File
- src/
Form/ FlowPushConfirmation.php, line 141
Class
- FlowPushConfirmation
- Provides a pool pull all confirmation page.
Namespace
Drupal\cms_content_sync\FormCode
public function getConfirmText() {
return t('Push');
}