You are here

public function SalesforceMappingEnableForm::getConfirmText in Salesforce Suite 8.3

Returns a caption for the button that confirms the action.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.

Overrides EntityConfirmFormBase::getConfirmText

File

modules/salesforce_mapping/src/Form/SalesforceMappingEnableForm.php, line 36

Class

SalesforceMappingEnableForm
Salesforce Mapping Disable Form .

Namespace

Drupal\salesforce_mapping\Form

Code

public function getConfirmText() {
  return $this
    ->t('Enable');
}