public function CityListDeleteForm::getConfirmText in Country, State and City Fields 8
Returns a caption for the button that confirms the action.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.
Overrides ContentEntityConfirmFormBase::getConfirmText
File
- src/
Form/ CityListDeleteForm.php, line 35
Class
- CityListDeleteForm
- Provides a form for deleting a citylist entity.
Namespace
Drupal\country_state_city\FormCode
public function getConfirmText() {
return $this
->t('Delete');
}