You are here

function custom_pub_types_rebuild in Custom Publishing Options 7

Rebuilds list of custom publish options.

Typically used during Features enabling/reverting/disabling.

2 calls to custom_pub_types_rebuild()
custom_pub_features_enable_feature in ./custom_pub.features.inc
Implements hook_features_enable_feature().
custom_pub_features_revert in ./custom_pub.features.inc
Implements hook_features_revert().

File

./custom_pub.module, line 565
Adds the ability to add Custom publishing options to the node Add/Edit forms.

Code

function custom_pub_types_rebuild() {
  custom_pub_types(TRUE);
}