You are here

function _upgrade_check_create_json in Drupal 8 upgrade evaluation 6

Same name and namespace in other branches
  1. 7 upgrade_check.module \_upgrade_check_create_json()

Creating Json file.

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

File

./upgrade_check.module, line 101

Code

function _upgrade_check_create_json($data, &$context) {
  return \Upgrade_check\EvaluationImplementation::upgradeCheckCreateJson($data, $context);
}