You are here

constant CONDITIONAL_FIELDS_FIELD_VIEW_HIDE_ORPHAN in Conditional Fields 7.3

Field view setting. Dependent is shown only if the dependee is shown as well.

2 uses of CONDITIONAL_FIELDS_FIELD_VIEW_HIDE_ORPHAN
conditional_fields_dependency_default_options in ./conditional_fields.module
Provides default options for a dependency.
conditional_fields_entity_view_alter in ./conditional_fields.module
Implements hook_entity_view_alter().

File

./conditional_fields.module, line 50
Define dependencies between fields based on their states and values.

Code

define('CONDITIONAL_FIELDS_FIELD_VIEW_HIDE_ORPHAN', 2);