public function AppApiKeyDeleteFormBase::getConfirmText in Apigee Edge 8
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/ AppApiKeyDeleteFormBase.php, line 42
Class
- AppApiKeyDeleteFormBase
- Provides delete confirmation base form for app API key.
Namespace
Drupal\apigee_edge\FormCode
public function getConfirmText() {
return $this
->t('Delete');
}