You are here

public function ConfirmFormInterface::getConfirmText in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Form/ConfirmFormInterface.php \Drupal\Core\Form\ConfirmFormInterface::getConfirmText()

Returns a caption for the button that confirms the action.

Return value

string The form confirmation text.

3 methods override ConfirmFormInterface::getConfirmText()
ConfirmFormBase::getConfirmText in core/lib/Drupal/Core/Form/ConfirmFormBase.php
Returns a caption for the button that confirms the action.
ContentEntityConfirmFormBase::getConfirmText in core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php
Returns a caption for the button that confirms the action.
EntityConfirmFormBase::getConfirmText in core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
Returns a caption for the button that confirms the action.

File

core/lib/Drupal/Core/Form/ConfirmFormInterface.php, line 45
Contains \Drupal\Core\Form\ConfirmFormInterface.

Class

ConfirmFormInterface
Defines the behavior a confirmation form.

Namespace

Drupal\Core\Form

Code

public function getConfirmText();