function tripal_chado_views_install

3.x tripal_chado_views.install tripal_chado_views_install()

Implementation of hook_install().

Related topics

File

tripal_chado_views/tripal_chado_views.install, line 12
Functions related to installing/uninstalling this module

Code

function tripal_chado_views_install() {

  // we want views to pick up our changes
  views_invalidate_cache();

}