The following filter criteria are currently available:

  • Administration theme
    Boolean indicating whether or not this theme is the administration theme.

  • Base theme
    The base theme of this theme.

  • Configure (Only 7.x-4.x)
    The path of this module's (main) configuration page.

  • Core
    The version of Drupal that this item is for.

  • Datestamp
    The release date of this item.

  • Default theme
    Boolean indicating whether or not this theme is the default theme.

  • Description
    The brief description of this item.

  • Engine
    The engine of this theme.

  • 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 this item's .info file; keys can include name, description, package, version, core, dependencies, and php.

  • Label
    The human readable name of this item.

  • Modification time
    The info file modification time of this item.

  • Name
    The name of this item; e.g. node.

  • Origin
    The origin of this item, either core or extension.

  • Owner
    A theme's 'parent'. Can be either a theme or an engine.

  • Package
    The name of the package this module belongs to.

  • Pathname (Only 8.x-1.x)
    The relative path and filename of this item.

  • PHP
    The minimum PHP version that this item requires.

  • Project
    The name of the project this module belongs to.

  • Required
    Boolean indicating whether or not this item is absolutely required.

  • 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.

  • Screenshot
    The thumbnail image of this theme.

  • Status
    Boolean indicating whether or not this item is enabled.

  • Type
    The type of this item, either module, theme, or theme_engine.

  • Version
    The version of this item.

  • Visible
    Boolean indicating whether or not this item is visible on the modules and themes page.

  • Weight
    The order in which this module's hooks should be invoked relative to other modules. Equal-weighted modules are ordered by name.