You are here

function _upgrade_check_form in Drupal 8 upgrade evaluation 7

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

Implements hook_form().

1 string reference to '_upgrade_check_form'
upgrade_check_menu in ./upgrade_check.module
Implements hook_menu().

File

./upgrade_check.module, line 78

Code

function _upgrade_check_form() {
  return \Upgrade_check\EvaluationImplementation::upgradeCheckForm();
}