function slick_views_update_7300 in Slick Views 7.3
Rebuild the theme and registry to migrate from Slick 2.x to 3.x.
Tasks:<br>
- Removed slick-views.tpl.php for theme_slick_wrapper().<br>
- Removed slick_views.theme.inc for slick.theme.inc.<br>
- Removed SlickViews.inc to Drupal\slick_views\Plugin\views\style\SlickViews.
File
- ./
slick_views.install, line 16 - Installation actions for Slick Views.
Code
function slick_views_update_7300() {
// Prevents potential blocking updates due to file removals.
// Rebuild theme registry.
drupal_theme_rebuild();
// Rebuild Slick Views class registry.
registry_rebuild();
}