You are here

function custom_pub_features_export_options in Custom Publishing Options 7

Implements hook_features_export_options().

File

./custom_pub.features.inc, line 10
Adds support for the Features module.

Code

function custom_pub_features_export_options() {
  return custom_pub_types_list();
}