protected function FeedDelete::getConfirmText

Returns a caption for the button that confirms the action.

Return value

string The form confirmation text.

Overrides ConfirmFormBase::getConfirmText

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/FeedDelete.php, line 49
Contains \Drupal\aggregator\Form\FeedDelete.

Class

FeedDelete
Provides a form for deleting a feed.

Namespace

Drupal\aggregator\Form

Code

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