Feature's component alter hooks in Features 6
Same name and namespace in other branches
- 7.2 features.api.php \features_component_alter_hooks
- 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
Name | Location | Description |
---|---|---|
hook_content_default_fields_alter |
./ |
Alter the default cck fields right before they are cached into the database. |
hook_fieldgroup_default_groups_alter |
./ |
Alter the default fieldgroup groups right before they are cached into the database. |
hook_filter_default_formats_alter |
./ |
Alter the default filter formats right before they are cached into the database. |
hook_menu_default_items_alter |
./ |
Alter the default menu items right before they are cached into the database. |
hook_menu_default_menu_custom_alter |
./ |
Alter the default menus right before they are cached into the database. |
hook_menu_default_menu_links_alter |
./ |
Alter the default menu links right before they are cached into the database. |
hook_taxonomy_default_vocabularies_alter |
./ |
Alter the default vocabularies right before they are cached into the database. |
hook_user_default_permissions_alter |
./ |
Alter the default permissions right before they are cached into the database. |
hook_user_default_roles_alter |
./ |
Alter the default roles right before they are cached into the database. |