function standard_install_tasks_alter

Same name and namespace in other branches
  1. 11.x core/profiles/standard/standard.profile \standard_install_tasks_alter()

Implements hook_install_tasks_alter().

File

core/profiles/standard/standard.profile, line 13

Code

function standard_install_tasks_alter(array &$tasks, array $install_state) : void {
  $tasks['standard_install_finished'] = [];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.