constant PROTECTED_NODE_FIELDSET_SMART in Protected Node 7
Same name and namespace in other branches
- 6 protected_node.settings.inc \PROTECTED_NODE_FIELDSET_SMART
- 1.0.x protected_node.settings.inc \PROTECTED_NODE_FIELDSET_SMART
Protected node fieldset default behavior: smart.
When editing a node that can be protected and the protected fieldset is added, open it if the node is already protected. Leave closed otherwise.
3 uses of PROTECTED_NODE_FIELDSET_SMART
- protected_node_node_form_alter in ./
protected_node.settings.inc - Actual implementation of the protected_node_form_alter() function.
- protected_node_node_type_form_alter in ./
protected_node.settings.inc - Implements hook_form_FORM_ID_alter().
- protected_node_variable_info in ./
protected_node.variable.inc - Implements hook_variable_info().
File
- ./
protected_node.settings.inc, line 14 - Configuration file for the protected_node module.
Code
define('PROTECTED_NODE_FIELDSET_SMART', 0);