function paragraphs_update_8012 in Paragraphs 8
Install file module.
File
- ./
paragraphs.install, line 212 - Installation hooks for Paragraphs module.
Code
function paragraphs_update_8012() {
\Drupal::service('module_installer')
->install([
'file',
]);
}