block_features_api |
includes/features.block.inc |
Implements hook_features_api(). |
|
|
block_features_export |
includes/features.block.inc |
Implements hook_features_export(). |
|
|
context_features_export |
includes/features.context.inc |
Implements hook_features_export(). |
|
|
context_features_revert |
includes/features.context.inc |
Implements hook_features_revert(). |
|
|
ctools_component_features_api |
includes/features.ctools.inc |
Master implementation of hook_features_api() for all ctools components. |
|
|
ctools_component_features_export |
includes/features.ctools.inc |
Master implementation of hook_features_export() for all ctools components. |
1 |
|
ctools_component_features_export_options |
includes/features.ctools.inc |
Master implementation of hook_features_export_options() for all ctools components. |
|
|
ctools_component_features_export_render |
includes/features.ctools.inc |
Master implementation of hook_features_export_render() for all ctools components. |
1 |
|
ctools_component_features_revert |
includes/features.ctools.inc |
Master implementation of hook_features_revert() for all ctools components. |
1 |
|
ctools_features_api |
includes/features.ctools.inc |
Implements hook_features_api(). |
|
|
ctools_features_declare_functions |
includes/features.ctools.inc |
|
1 |
|
ctools_features_export |
includes/features.ctools.inc |
Implements hook_features_export().
Adds references to the ctools mothership hook, ctools_plugin_api(). |
|
|
ctools_features_export_render |
includes/features.ctools.inc |
Implements hook_features_export_render().
Adds the ctools mothership hook, ctools_plugin_api(). |
|
|
dependencies_features_export |
includes/features.features.inc |
Implements hook_features_export(). |
|
|
dependencies_features_export_options |
includes/features.features.inc |
Implements hook_features_export_options(). |
|
|
dependencies_features_rebuild |
includes/features.features.inc |
Implements hook_features_rebuild().
Ensure that all of a feature's dependencies are enabled. |
1 |
|
dependencies_features_revert |
includes/features.features.inc |
Implements hook_features_revert(). |
|
|
drush_features_add |
./features.drush.inc |
Add a component to a features module
the selected components. |
|
|
drush_features_components |
./features.drush.inc |
List components, with pattern matching. |
|
|
drush_features_diff |
./features.drush.inc |
Show the diff of a feature module. |
|
|
drush_features_export |
./features.drush.inc |
Add a component to a features module, or create a new module with
the selected components. |
1 |
|
drush_features_list |
./features.drush.inc |
Get a list of all feature modules. |
2 |
|
drush_features_revert |
./features.drush.inc |
Revert a feature to it's code definition.
Optionally accept a list of components to revert. |
|
|
drush_features_revert_all |
./features.drush.inc |
Revert all enabled features to their definitions in code. |
|
|
drush_features_update |
./features.drush.inc |
Update an existing feature module. |
|
|
drush_features_update_all |
./features.drush.inc |
Update all enabled features. Optionally pass in a list of features to
exclude from being updated. |
|
|
features_access_override_actions |
./features.module |
Menu access callback for whether a user should be able to access
override actions for a given feature. |
|
1 |
features_admin_components |
./features.admin.inc |
Display the components of a feature. |
|
1 |
features_admin_components_revert |
./features.admin.inc |
Submit handler for revert form. |
|
1 |
features_admin_components_review |
./features.admin.inc |
Submit handler for revert form. |
|
1 |
features_admin_form |
./features.admin.inc |
Form constructor for the features configuration form. |
|
1 |
features_autocomplete_packages |
./features.admin.inc |
Page callback: Autocomplete field for features package. |
|
1 |
features_cleanup_form |
./features.admin.inc |
Form for disabling orphaned dependencies. |
|
1 |
features_cleanup_form_disable |
./features.admin.inc |
Submit handler for disable action on features_cleanup_form(). |
|
1 |
features_cleanup_form_ignore |
./features.admin.inc |
Submit handler for ignore action on features_cleanup_form(). |
|
1 |
features_compare_component_name |
./features.admin.inc |
Compare the component names. Used to sort alphabetically. |
|
1 |
features_detect_overrides |
./features.export.inc |
Detect differences between DB and code components of a feature. |
2 |
|
features_dom_decode_options |
./features.admin.inc |
Decode an array of option values that have been encoded by
features_dom_encode_options(). |
2 |
|
features_dom_encode_map |
./features.admin.inc |
Returns encoding map for decode and encode options. |
2 |
|
features_dom_encode_options |
./features.admin.inc |
Make a Drupal options array safe for usage with jQuery DOM selectors.
Encodes known bad characters into __[ordinal]__ so that they may be
safely referenced by JS behaviors. |
1 |
|
features_drush_command |
./features.drush.inc |
Implements hook_drush_command(). |
|
|
features_drush_help |
./features.drush.inc |
Implements hook_drush_help(). |
|
|
features_export_build_form_populate |
./features.admin.inc |
AJAX callback for features_export_form_build(). |
|
1 |
features_export_build_form_submit |
./features.admin.inc |
Form submission handler for features_export_form(). |
|
1 |
features_export_form |
./features.admin.inc |
Form constructor for features export form. |
|
1 |
features_export_form_validate_field |
./features.admin.inc |
Render API callback: Validates a project field. |
|
1 |
features_export_info |
./features.export.inc |
Generate code friendly to the Drupal .info format from a structured array. |
2 |
|
features_export_prepare |
./features.export.inc |
Prepare a feature export array into a finalized info array. |
3 |
|
features_export_render |
./features.export.inc |
Render feature export into an array representing its files. |
2 |
3 |
features_export_render_defaults |
./features.export.inc |
Return a code string representing an implementation of a defaults module hook. |
1 |
|