public function ConfirmFormInterface::getCancelText in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Form/ConfirmFormInterface.php \Drupal\Core\Form\ConfirmFormInterface::getCancelText()
Returns a caption for the link which cancels the action.
Return value
string The form cancellation text.
3 methods override ConfirmFormInterface::getCancelText()
- ConfirmFormBase::getCancelText in core/
lib/ Drupal/ Core/ Form/ ConfirmFormBase.php - Returns a caption for the link which cancels the action.
- ContentEntityConfirmFormBase::getCancelText in core/
lib/ Drupal/ Core/ Entity/ ContentEntityConfirmFormBase.php - Returns a caption for the link which cancels the action.
- EntityConfirmFormBase::getCancelText in core/
lib/ Drupal/ Core/ Entity/ EntityConfirmFormBase.php - Returns a caption for the link which cancels the action.
File
- core/
lib/ Drupal/ Core/ Form/ ConfirmFormInterface.php, line 53 - Contains \Drupal\Core\Form\ConfirmFormInterface.
Class
- ConfirmFormInterface
- Defines the behavior a confirmation form.
Namespace
Drupal\Core\FormCode
public function getCancelText();