You are here

function blockgroup_features_export_options in Block Group 7.2

Same name and namespace in other branches
  1. 7 blockgroup.features.inc \blockgroup_features_export_options()

Implements [component]_features_export_options().

File

./blockgroup.features.inc, line 10
Features integration for Block Group module.

Code

function blockgroup_features_export_options() {
  return blockgroup_list();
}