ContentEntityConfirmFormBase::getCancelText

public ContentEntityConfirmFormBase::getCancelText()

Returns a caption for the link which cancels the action.

Return value

string The form cancellation text.

Overrides ConfirmFormInterface::getCancelText

File

core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php, line 38

Class

ContentEntityConfirmFormBase
Provides a generic base class for an entity-based confirmation form.

Namespace

Drupal\Core\Entity

Code

public function getCancelText() {
  return $this->t('Cancel');
}
doc_Drupal
2016-10-29 08:57:07
Comments
Leave a Comment

Please login to continue.