You are here

public function EntityBrowserDeleteForm::getConfirmText in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/Form/EntityBrowserDeleteForm.php \Drupal\entity_browser\Form\EntityBrowserDeleteForm::getConfirmText()

Overrides EntityDeleteFormTrait::getConfirmText

File

src/Form/EntityBrowserDeleteForm.php, line 26

Class

EntityBrowserDeleteForm
Delete confirm form for entity browsers.

Namespace

Drupal\entity_browser\Form

Code

public function getConfirmText() {
  return $this
    ->t('Delete Entity Browser');
}