Full ELMS Learning Network documentation
Feature's component alter hooks
- cis7 sites/all/modules/ulmus/features/features.api.php features_component_alter_hooks
- cle7 sites/all/modules/ulmus/features/features.api.php features_component_alter_hooks
- elmsmedia7 sites/all/modules/ulmus/features/features.api.php features_component_alter_hooks
- icor7 sites/all/modules/ulmus/features/features.api.php features_component_alter_hooks
- meedjum_blog7 sites/all/modules/ulmus/features/features.api.php features_component_alter_hooks
- mooc7 sites/all/modules/ulmus/features/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)
Functions
Name![]() |
Location | Description |
---|---|---|
hook_fieldgroup_default_groups_alter |
sites/ |
Alter the default fieldgroup groups right before they are cached into the database. |
hook_field_default_fields_alter |
sites/ |
Alter the default fields right before they are cached into the database. |
hook_filter_default_formats_alter |
sites/ |
Alter the default filter formats right before they are cached into the database. |
hook_menu_default_items_alter |
sites/ |
Alter the default menu items right before they are cached into the database. |
hook_menu_default_menu_custom_alter |
sites/ |
Alter the default menus right before they are cached into the database. |
hook_menu_default_menu_links_alter |
sites/ |
Alter the default menu links right before they are cached into the database. |
hook_taxonomy_default_vocabularies_alter |
sites/ |
Alter the default vocabularies right before they are cached into the database. |
hook_user_default_permissions_alter |
sites/ |
Alter the default permissions right before they are cached into the database. |
hook_user_default_roles_alter |
sites/ |
Alter the default roles right before they are cached into the database. |
File
- sites/
all/ modules/ ulmus/ features/ features.api.php, line 281