[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/features/ -> features.module (summary)

(no description)

File Size: 795 lines (26 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 includes/install.inc

Defines 31 functions

  features_menu()
  features_theme()
  features_flush_caches()
  features_form()
  features_access()
  features_perm()
  features_help()
  features_include()
  features_include_defaults()
  feature_load()
  features_get_modules()
  features_get_components()
  features_invoke()
  features_invoke_all()
  features_hook()
  features_install_modules()
  features_get_features()
  features_get_info()
  features_get_orphans()
  features_get_conflicts()
  features_get_component_map()
  features_get_module_status()
  features_get_feature_title()
  features_access_override_actions()
  features_form_system_modules_alter()
  _features_restore()
  features_revert()
  features_rebuild()
  _features_get_roles()
  features_log()
  features_form_taxonomy_form_vocabulary_alter()

Functions
Functions that are not part of a class:

features_menu()   X-Ref
Implementation of hook_menu().


features_theme()   X-Ref
Implementation of hook_theme().


features_flush_caches()   X-Ref
Implementation of hook_flush_caches().


features_form($node, $form_state)   X-Ref
Implementation of hook_form().


features_access($op, $node, $account)   X-Ref
Implemenation of hook_access()


features_perm()   X-Ref
Implementation of hook_perm().


features_help($path, $arg)   X-Ref
Implementation of hook_help().


features_include($reset = FALSE)   X-Ref
Load includes for any modules that implement the features API and
load includes for those provided by features.


features_include_defaults($components = NULL, $reset = FALSE)   X-Ref
Load features includes for all components that require includes before
collecting defaults.


feature_load($name, $reset = FALSE)   X-Ref
Feature object loader.


features_get_modules($name = NULL, $reset = FALSE)   X-Ref
Return a module 'object' including .info information.

param: $name
param: $reset
return:

features_get_components($feature_source = FALSE, $reset = FALSE)   X-Ref
Returns the array of supported components.

param: $feature_source
return: An array of component labels keyed by the component names.

features_invoke()   X-Ref
Like module_invoke() but for arbitrary callback base names.


features_invoke_all()   X-Ref
Like module_invoke_all() but for arbitrary callback base names.


features_hook($base, $hook)   X-Ref
Like module_hook() but for arbitrary callback base names.


features_install_modules($modules)   X-Ref
Enables and installs an array of modules, ignoring those
already enabled & installed. Consider this a helper or
extension to drupal_install_modules().

param: $modules
param: $reset

features_get_features($name = NULL, $reset = FALSE)   X-Ref
Wrapper around features_get_info() that returns an array
of module info objects that are features.


features_get_info($type = 'module', $name = NULL, $reset = FALSE)   X-Ref
Helper for retrieving info from system table.


features_get_orphans($reset = FALSE)   X-Ref
Generate an array of feature dependencies that have been orphaned.


features_get_conflicts($reset = FALSE)   X-Ref
Detect potential conflicts between any features that provide
identical components.


features_get_component_map($key = NULL, $reset = FALSE)   X-Ref
Provide a component to feature map.


features_get_module_status($module)   X-Ref
Simple wrapper returns the status of a module.


features_get_feature_title($feature)   X-Ref
Menu title callback.


features_access_override_actions($feature)   X-Ref
Menu access callback for whether a user should be able to access
override actions for a given feature.


features_form_system_modules_alter(&$form)   X-Ref
Implementation of hook_form_alter() for system_modules form.


_features_restore($op, $items = array()   X-Ref
Restore the specified modules to the default state.


features_revert($revert = array()   X-Ref
Wrapper around _features_restore().


features_rebuild($rebuild = array()   X-Ref
Wrapper around _features_restore().


_features_get_roles()   X-Ref
Represent the current state of permissions as a role name to role/perm array.


features_log($message, $severity = 'status')   X-Ref
Log a message, environment agnostic.

param: $message
param: $severity

features_form_taxonomy_form_vocabulary_alter(&$form, &$form_state)   X-Ref
Targeted form_alter for vocabulary edit pages.




Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7