You are here

function upgrade_check_perm in Drupal 8 upgrade evaluation 6

Implements hook_perm().

File

./upgrade_check.module, line 66

Code

function upgrade_check_perm() {
  return array(
    UPGRADE_CHECK_ACCESS,
  );
}