<?php

/**
 * @file
 * Module installation hooks implementation.
 */

/**
 * Clear tag plugin caches so citation_pdf_url tag is handled by renamed class.
 */
function metatag_google_scholar_update_8001() {
  \Drupal::service('plugin.manager.metatag.tag')->clearCachedDefinitions();
}
