public function PushChangesConfirm::getConfirmText in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Form/PushChangesConfirm.php \Drupal\cms_content_sync\Form\PushChangesConfirm::getConfirmText()
- 2.0.x src/Form/PushChangesConfirm.php \Drupal\cms_content_sync\Form\PushChangesConfirm::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/ PushChangesConfirm.php, line 99
Class
- PushChangesConfirm
- Provides a node deletion confirmation form.
Namespace
Drupal\cms_content_sync\FormCode
public function getConfirmText() {
return t('Push');
}