ReindexConfirm::getCancelText

public ReindexConfirm::getCancelText()

Returns a caption for the link which cancels the action.

Return value

string The form cancellation text.

Overrides ConfirmFormBase::getCancelText

File

core/modules/search/src/Form/ReindexConfirm.php, line 45

Class

ReindexConfirm
Provides the search reindex confirmation form.

Namespace

Drupal\search\Form

Code

1
2
3
public function getCancelText() {
  return $this->t('Cancel');
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.