* Install, update and uninstall functions for the metatag module.
* Requirements and update functions for the Metatag module.
*/
/**
* Implements hook_install().
*/
functionmetatag_install(){
// Don't display the message during site installation, it looks funny.
if(!drupal_installation_attempted()){
\Drupal::messenger()->addMessage(t("To adjust global defaults, go to admin/config/search/metatag. If you need to set meta tags for a specific entity, edit its bundle and add the Metatag field."));
}
}
/**
* Implements hook_requirements().
*/
@@ -285,7 +275,7 @@ function metatag_update_8103() {