custom_pub_action_info |
./custom_pub.module |
Implements hook_action_info(). |
|
|
custom_pub_add |
./custom_pub.admin.inc |
Form callback to add a publishing option. |
|
1 |
custom_pub_add_submit |
./custom_pub.admin.inc |
Submit handler |
|
|
custom_pub_add_validate |
./custom_pub.admin.inc |
Validate handler |
|
|
custom_pub_admin |
./custom_pub.admin.inc |
Callback function for Custom Publishing Options menu item. |
|
1 |
custom_pub_by_node_type |
./custom_pub.module |
Returns only the custom types available for the given node type. |
3 |
|
custom_pub_edit |
./custom_pub.admin.inc |
Form callback function for the edit form. |
|
1 |
custom_pub_edit_submit |
./custom_pub.admin.inc |
Form submit function for the edit form. |
|
1 |
custom_pub_edit_validate |
./custom_pub.admin.inc |
Validate handler |
|
1 |
custom_pub_entity_presave |
./custom_pub.module |
Implements hook_entity_presave(). |
|
|
custom_pub_entity_property_info |
./custom_pub.module |
Implements hook_entity_property_info(). |
|
|
custom_pub_features_api |
./custom_pub.module |
Implements hook_features_api(). |
|
|
custom_pub_features_disable_feature |
./custom_pub.features.inc |
Implements hook_features_disable_feature(). |
|
|
custom_pub_features_enable_feature |
./custom_pub.features.inc |
Implements hook_features_enable_feature(). |
|
|
custom_pub_features_export |
./custom_pub.features.inc |
Implements hook_features_export(). |
|
|
custom_pub_features_export_options |
./custom_pub.features.inc |
Implements hook_features_export_options(). |
|
|
custom_pub_features_export_render |
./custom_pub.features.inc |
Implements hook_features_export_render(). |
|
|
custom_pub_features_revert |
./custom_pub.features.inc |
Implements hook_features_revert(). |
|
|
custom_pub_forms |
./custom_pub.module |
Implements hook_forms(). |
|
|
custom_pub_form_alter |
./custom_pub.module |
Implements hook_form_alter(). |
|
|
custom_pub_help |
./custom_pub.module |
Implements hook_help(). |
|
|
custom_pub_i18n_sync_options_alter |
./custom_pub.module |
Implements hook_i18n_sync_options_alter(). |
|
|
custom_pub_install |
./custom_pub.install |
Implements hook_install(). |
|
|
custom_pub_menu |
./custom_pub.module |
Implements hook_menu(). |
|
|
custom_pub_menu_alter |
./custom_pub.module |
Implements hook_menu_alter(). |
|
|
custom_pub_node_admin_content |
./custom_pub.admin.inc |
Menu callback: content administration form. |
|
1 |
custom_pub_node_admin_inc_add |
./custom_pub.admin.inc |
Adds the node.admin.inc file when called. |
1 |
2 |
custom_pub_node_filters_alter |
./custom_pub.admin.inc |
Implements hook_node_filters_alter(). |
|
|
custom_pub_node_filter_form |
./custom_pub.admin.inc |
Return the form for node administration filters. |
1 |
|
custom_pub_node_filter_form_submit |
./custom_pub.admin.inc |
Form submit function for the content administration form. |
|
1 |
custom_pub_node_operations |
./custom_pub.module |
Implements hook_node_operations(). |
|
|
custom_pub_node_prepare |
./custom_pub.module |
Implements hook_node_prepare(). |
1 |
|
custom_pub_off_action |
./custom_pub.module |
Implements a configurable action. |
|
|
custom_pub_off_action_form |
./custom_pub.module |
Implements a configurable action form. |
|
|
custom_pub_off_action_submit |
./custom_pub.module |
Submit callback for custom_pub_off_action_form(). |
|
|
custom_pub_on_action |
./custom_pub.module |
Implements a configurable action. |
|
|
custom_pub_on_action_form |
./custom_pub.module |
Implements a configurable action form. |
|
|
custom_pub_on_action_submit |
./custom_pub.module |
Submit callback for custom_pub_on_action_form(). |
|
|
custom_pub_permission |
./custom_pub.module |
Implements hook_permission(). |
|
|
custom_pub_preprocess_node |
./custom_pub.module |
Implements hook_preprocess_node().
Add the custom publishing option state as a class if it is enabled, similar to core node publish states. |
|
|
custom_pub_query_node_load_multiple_alter |
./custom_pub.module |
Implements hook_query_TAG_alter(). |
|
|
custom_pub_rules_action_info |
./custom_pub.rules.inc |
Implements hook_rules_action_info(). |
|
|
custom_pub_rules_action_set_publish_type |
./custom_pub.rules.inc |
Toggles the "on" or "off" state of a Custom Publishing option for a node. |
|
|
custom_pub_rules_action_set_publish_type_options |
./custom_pub.rules.inc |
Gets the list of options for the "custom_pub_rules_action_set_publish_type" Rule Action. |
|
1 |
custom_pub_rules_condition_info |
./custom_pub.rules.inc |
Implements hook_rules_condition_info(). |
|
|
custom_pub_rules_condition_node_has_option |
./custom_pub.rules.inc |
Return if the node contains the requested option. |
|
1 |
custom_pub_schema_alter |
./custom_pub.module |
Implements hook_schema_alter(). |
|
|
custom_pub_theme |
./custom_pub.module |
Implements hook_theme(). |
|
|
custom_pub_types |
./custom_pub.module |
Returns custom publish types defined in the system. |
2 |
23 |
custom_pub_types_list |
./custom_pub.module |
Return all custom publish options defined in the system. |
5 |
2 |