You are here

function draggableviews_install in DraggableViews 7

Same name and namespace in other branches
  1. 6.3 draggableviews.install \draggableviews_install()
  2. 6 draggableviews.install \draggableviews_install()
  3. 6.2 draggableviews.install \draggableviews_install()

Implements hook_install().

File

./draggableviews.install, line 91
Draggableviews defines a new database schema for saving the collapsed/expand state of views.

Code

function draggableviews_install() {

  // TODO The drupal_(un)install_schema functions are called automatically in D7.
  // drupal_install_schema('draggableviews')
}