function views_install in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/views/views.install \views_install()
Implements hook_install().
File
- core/
modules/ views/ views.install, line 11 - Contains install and update functions for Views.
Code
function views_install() {
module_set_weight('views', 10);
}