Feature's component alter hooks in Features 7.2
Same name and namespace in other branches
- 6 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 its own alter function which takes a similar form: hook_views_default_views_alter(&$views)
File
- ./
features.api.php, line 464 - Hooks provided by the features module.
Functions
Name | Location | Description |
---|---|---|
hook_fieldgroup_default_groups_alter |
./ |
Alter default field groups right before they are cached into the database. |
hook_field_default_fields_alter |
./ |
Deprecated as of 7.x-2.0. |
hook_field_default_field_bases_alter |
./ |
Alter the base fields right before they are cached into the database. |
hook_field_default_field_instances_alter |
./ |
Alter the field instances right before they are cached into the database. |
hook_filter_default_formats_alter |
./ |
Alter default filter formats right before they are cached into the database. |
hook_menu_default_items_alter Deprecated |
./ |
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 default vocabularies right before they are cached into the database. |
hook_user_default_permissions_alter |
./ |
Alter 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. |