You are here

function build_hooks_update_8201 in Build Hooks 8.2

Same name and namespace in other branches
  1. 3.x build_hooks.install \build_hooks_update_8201()

Enables dynamic_entity_reference.

File

./build_hooks.install, line 23
Contains install and update hooks.

Code

function build_hooks_update_8201(&$sandbox) {
  \Drupal::service('module_installer')
    ->install([
    'dynamic_entity_reference',
  ]);
}