You are here

function google_webfont_loader_api_update_8001 in Webfont Loader 8

Give webfontloader a high enough weight so it is likely to run last.

File

./google_webfont_loader_api.install, line 22
Install, update and uninstall functions for the Google Webfont Loader API module.

Code

function google_webfont_loader_api_update_8001() {
  module_set_weight('google_webfont_loader_api', 100);
}