Last updated July 5, 2011. Created by Ralf on July 5, 2011.
Log in to edit this page.
The following sort criteria are currently available:
Bootstrap
Boolean indicating whether this module is loaded during Drupal's early bootstrapping phase (e.g. even before the page cache is consulted).
Filename
The path of the primary file for this item, relative to the Drupal root; e.g. modules/node/node.module.
Info
A serialized array containing information from the .info file.
Name
The name of the item; e.g. node.
Owner
A theme's 'parent'. Can be either a theme or an engine.
Schema version
The module's database schema version number. -1 if the module is not installed (its tables do not exist); 0 or the largest N of the module's hook_update_N() function that has either been run or existed when the module was first installed.
Status
Boolean indicating whether or not this item is enabled.
Throttle
Boolean indicating whether this item is disabled when the throttle.module disables throttleable items.
Only available in Drupal 6.x
Type
The type of the item, either module, theme, or theme_engine.
Weight
The order in which this module's hooks should be invoked relative to other modules. Equal-weighted modules are ordered by name.