You are here

function _upgrade_check_json_finished in Drupal 8 upgrade evaluation 7

Same name and namespace in other branches
  1. 6 upgrade_check.module \_upgrade_check_json_finished()

Function called after batch processing.

1 string reference to '_upgrade_check_json_finished'
EvaluationImplementation::upgradeCheckFormSubmit in includes/EvaluationImplementation.php
Implements upgrade_check_form_submit().

File

./upgrade_check.module, line 113

Code

function _upgrade_check_json_finished($success, $results, $operations) {
  return \Upgrade_check\EvaluationImplementation::upgradeCheckJsonFinished($success);
}