You are here

function farm_update_rebuild in farmOS 2.x

Implements hook_rebuild().

File

modules/core/update/farm_update.module, line 11
Hooks and customizations for the farm_update module.

Code

function farm_update_rebuild() {
  \Drupal::service('farm.update')
    ->rebuild();
}