You are here

function masonry_views_install in Masonry Views 8

Implements hook_install().

File

./masonry_views.install, line 6

Code

function masonry_views_install($is_syncing) {

  // Run this module after the views_infinite_scroll.
  module_set_weight('masonry_views', 2);
}