You are here

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

IPRangesDeleteForm

Namespace

Drupal\ip_ranges\Form

Code

public function getConfirmText() {
  return t('Delete');
}