public function IPRangesDeleteForm::getConfirmText in IP Ranges 8
Returns a caption for the button that confirms the action.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.
Overrides ContentEntityConfirmFormBase::getConfirmText
File
- lib/
Drupal/ ip_ranges/ Form/ IPRangesDeleteForm.php, line 27 - Contains \Drupal\ip_ranges\Form\IPRangesDeleteForm
Class
Namespace
Drupal\ip_ranges\FormCode
public function getConfirmText() {
return t('Delete');
}