You are here

function draggableviews_install in DraggableViews 6.3

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

Implements of hook_install().

File

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

Code

function draggableviews_install() {
  drupal_install_schema('draggableviews');
}