function crop_update_8002 in Crop API 8
Same name and namespace in other branches
- 8.2 crop.install \crop_update_8002()
Let Drupal know that there is a new config available.
File
- ./
crop.install, line 58 - Install, update and uninstall functions for the Crop API module.
Code
function crop_update_8002() {
\Drupal::service('config.installer')
->installDefaultConfig('module', 'crop');
}