You are here

public static function FlowPush::batchFinished in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Controller/FlowPush.php \Drupal\cms_content_sync\Controller\FlowPush::batchFinished()
  2. 2.1.x src/Controller/FlowPush.php \Drupal\cms_content_sync\Controller\FlowPush::batchFinished()

Batch push finished callback.

Parameters

$success:

$results:

$operations:

File

src/Controller/FlowPush.php, line 103

Class

FlowPush
Pull controller.

Namespace

Drupal\cms_content_sync\Controller

Code

public static function batchFinished($success, $results, $operations) {
  return RedirectResponse::create(Url::fromRoute('entity.cms_content_sync_flow.collection')
    ->toString());
}