You are here

public function SalesforceMappingDisableForm::getDescription in Salesforce Suite 8.3

Returns additional text to display as a description.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form description.

Overrides EntityConfirmFormBase::getDescription

File

modules/salesforce_mapping/src/Form/SalesforceMappingDisableForm.php, line 23

Class

SalesforceMappingDisableForm
Salesforce Mapping Disable Form .

Namespace

Drupal\salesforce_mapping\Form

Code

public function getDescription() {
  return $this
    ->t('Disabling a mapping will stop any automatic synchronization and hide the mapping.');
}