public static function FlowPush::batchFinished in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Controller/FlowPush.php \Drupal\cms_content_sync\Controller\FlowPush::batchFinished()
- 2.0.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\ControllerCode
public static function batchFinished($success, $results, $operations) {
return RedirectResponse::create(Url::fromRoute('entity.cms_content_sync_flow.collection')
->toString());
}