Skip to content

Instantly share code, notes, and snippets.

layout title date author
post
My New Post
2014-01-16 23:05
david

This is my great post with the correct poster.

@dimitrisdervas
dimitrisdervas / Views enabled modules
Created June 5, 2014 14:07
A view to have in a list for drush all your modules to download and enable
$view = new view();
$view->name = 'enabled_modules';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'system';
$view->human_name = 'Enabled Modules';
$view->core = 7;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */