function metatag_update_8107 in Metatag 8
Enable the new metatag_open_graph module.
File
- ./
metatag.install, line 64 - Requirements and update functions for the Metatag module.
Code
function metatag_update_8107() {
\Drupal::service('module_installer')
->install([
'metatag_open_graph',
]);
return (string) t("The new Metatag: Open Graph module has been enabled.");
}