You are here

function hook_features_override_default in Features Override 6.2

Same name and namespace in other branches
  1. 7.2 features_override.api.php \hook_features_override_default()

Autogenerated hook that duplicates what alters are being exported via features overrides.

This hook should only ever be auto-exported.

File

./features_override.api.php, line 9

Code

function hook_features_override_default() {
  return array();
}