You are here

Feature's component alter hooks in Features 6

Same name and namespace in other branches
  1. 7.2 features.api.php \features_component_alter_hooks
  2. 7 features.api.php \features_component_alter_hooks

Hooks to modify components defined by other features. These come in the form hook_COMPONENT_alter where COMPONENT is the default_hook declared by any of components within features.

CTools also has a variety of hook_FOO_alters.

Note: While views is a component of features, it declares it's own alter function which takes a similar form: hook_views_default_views_alter(&$views)

File

./features.api.php, line 246

Functions

Namesort descending Location Description
hook_content_default_fields_alter ./features.api.php Alter the default cck fields right before they are cached into the database.
hook_fieldgroup_default_groups_alter ./features.api.php Alter the default fieldgroup groups right before they are cached into the database.
hook_filter_default_formats_alter ./features.api.php Alter the default filter formats right before they are cached into the database.
hook_menu_default_items_alter ./features.api.php Alter the default menu items right before they are cached into the database.
hook_menu_default_menu_custom_alter ./features.api.php Alter the default menus right before they are cached into the database.
hook_menu_default_menu_links_alter ./features.api.php Alter the default menu links right before they are cached into the database.
hook_taxonomy_default_vocabularies_alter ./features.api.php Alter the default vocabularies right before they are cached into the database.
hook_user_default_permissions_alter ./features.api.php Alter the default permissions right before they are cached into the database.
hook_user_default_roles_alter ./features.api.php Alter the default roles right before they are cached into the database.