You are here

public function FlowPushConfirmation::getDescription in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/Form/FlowPushConfirmation.php \Drupal\cms_content_sync\Form\FlowPushConfirmation::getDescription()
  2. 2.0.x src/Form/FlowPushConfirmation.php \Drupal\cms_content_sync\Form\FlowPushConfirmation::getDescription()

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormBase::getDescription

File

src/Form/FlowPushConfirmation.php, line 130

Class

FlowPushConfirmation
Provides a pool pull all confirmation page.

Namespace

Drupal\cms_content_sync\Form

Code

public function getDescription() {
  return $this
    ->t('Depending on the amount of entities this could take a while.');
}