You are here

function crop_update_8002 in Crop API 8.2

Same name and namespace in other branches
  1. 8 crop.install \crop_update_8002()

Let Drupal know that there is a new config available.

File

./crop.install, line 86
Install, update and uninstall functions for the Crop API module.

Code

function crop_update_8002() {
  \Drupal::service('config.installer')
    ->installDefaultConfig('module', 'crop');
}