public function JavascriptCoreLibrariesDeleteForm::getCancelText in JavaScript Libraries Manager 8
Returns a caption for the link which cancels the action.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form cancellation text.
Overrides ConfirmFormBase::getCancelText
File
- src/
Form/ JavascriptCoreLibrariesDeleteForm.php, line 55 - Contains \Drupal\javascript_libraries\Form\JavascriptLibrariesDeleteForm.
Class
Namespace
Drupal\javascript_libraries\FormCode
public function getCancelText() {
return t('Cancel');
}