You are here

function seeds_toolbar_install in Seeds Toolbar 8

Implements hook_install().

File

./seeds_toolbar.install, line 11
Contains install and update functions for seeds_toolbar module.

Code

function seeds_toolbar_install() {

  // Set module weight bigger than core toolbar.
  module_set_weight('seeds_toolbar', 100);

  // Clear all caches to properly set the libraries.
  drupal_flush_all_caches();
}