You are here

Functions in Features 7

Primary tabs

Namesort descending Location Description Direct uses Strings
features_set_signature ./features.export.inc Set the signature of a module/component pair in the codecache. 4 1
features_tar_create ./features.export.inc Tar creation function. Written by dmitrig01. 1
features_test_ctools_plugin_api tests/features_test.features.inc Implements hook_ctools_plugin_api().
features_test_field_default_fields tests/features_test.features.field.inc Implements hook_field_default_fields().
features_test_filter_default_formats tests/features_test.features.filter.inc Implements hook_filter_default_formats().
features_test_image_default_styles tests/features_test.features.inc Implements hook_image_default_styles().
features_test_node_info tests/features_test.features.inc Implements hook_node_info().
features_test_taxonomy_default_vocabularies tests/features_test.features.taxonomy.inc Implements hook_taxonomy_default_vocabularies().
features_test_user_default_permissions tests/features_test.features.user_permission.inc Implements hook_user_default_permissions().
features_test_views_api tests/features_test.features.inc Implements hook_views_api().
features_test_views_default_views tests/features_test.views_default.inc Implements hook_views_default_views().
features_theme ./features.module Implements hook_theme().
features_translatables_export ./features.export.inc Helper function to return an array of t()'d translatables strings. Useful for providing a separate array of translatables with your export so that string extractors like potx can detect them. 3
features_uninstall ./features.install Implements hook_uninstall().
features_update_6100 ./features.install Update 6100: Set module on all feature node types to 'features'.
features_update_6101 ./features.install Update 6101: Set codestate signature for all features.
features_var_export ./features.export.inc Export var function -- from Views. 13
feature_load ./features.module Feature object loader. DEPRECATED but included for backwards compatibility
field_features_api includes/features.field.inc Implements hook_features_api().
field_features_export includes/features.field.inc Implements hook_features_export().
field_features_export_options includes/features.field.inc Implements hook_features_export_options().
field_features_export_render includes/features.field.inc Implements hook_features_export_render().
field_features_rebuild includes/features.field.inc Implements of hook_features_rebuild(). Rebuilds fields from code defaults. 1
field_features_revert includes/features.field.inc Implements hook_features_revert().
filter_features_api includes/features.filter.inc Implements hook_features_api().
filter_features_export includes/features.filter.inc Implements hook_features_export().
filter_features_export_options includes/features.filter.inc Implements hook_features_export_options().
filter_features_export_render includes/features.filter.inc Implements hook_features_export_render().
filter_features_rebuild includes/features.filter.inc Implements hook_features_rebuild(). 1
filter_features_revert includes/features.filter.inc Implements hook_features_revert().
hook_features_api ./features.api.php Main info hook that features uses to determine what components are provided by the implementing module.
hook_features_export ./features.api.php Component hook. The hook should be implemented using the name ot the component, not the module, eg. [component]_features_export() rather than [module]_features_export().
hook_features_export_alter ./features.api.php Alter the final array of Component names to be exported, just prior to the rendering of defaults. Allows modules a final say in whether or not certain Components are exported (the Components' actual data, however, cannot be altered by this hook).
hook_features_export_options ./features.api.php Component hook. The hook should be implemented using the name ot the component, not the module, eg. [component]_features_export() rather than [module]_features_export().
hook_features_export_render ./features.api.php Component hook. The hook should be implemented using the name ot the component, not the module, eg. [component]_features_export() rather than [module]_features_export().
hook_features_pipe_alter ./features.api.php Alter the pipe array for a given component.
hook_features_pipe_COMPONENT_alter ./features.api.php Alter the pipe array for a given component. This hook should be implemented with the name of the component type in place of `component` in the function name, e.g. `features_pipe_views_alter()` will alter the pipe for the Views component.
hook_features_rebuild ./features.api.php Component hook. The hook should be implemented using the name ot the component, not the module, eg. [component]_features_export() rather than [module]_features_export().
hook_features_revert ./features.api.php Component hook. The hook should be implemented using the name ot the component, not the module, eg. [component]_features_export() rather than [module]_features_export().
hook_fieldgroup_default_groups_alter ./features.api.php Alter the default fieldgroup groups right before they are cached into the database.
hook_field_default_fields_alter ./features.api.php Alter the default fields 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.
image_features_api includes/features.image.inc Implements hook_features_api().
image_features_export includes/features.image.inc Implements hook_features_export().

Pages

Other projects