1 views.install | views_install() |
Implements hook_install().
File
- core/
modules/ views/ views.install, line 10 - Contains install and update functions for Views.
Code
function views_install() {
module_set_weight('views', 10);
}
1 views.install | views_install() |
Implements hook_install().
function views_install() {
module_set_weight('views', 10);
}