You are here

constant CONDITIONAL_FIELDS_FIELD_EDIT_HIDE_ORPHAN in Conditional Fields 7.3

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

2 uses of CONDITIONAL_FIELDS_FIELD_EDIT_HIDE_ORPHAN
conditional_fields_dependency_default_options in ./conditional_fields.module
Provides default options for a dependency.
conditional_fields_form_after_build in ./conditional_fields.module
after_build callback for forms with dependencies.

File

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

Code

define('CONDITIONAL_FIELDS_FIELD_EDIT_HIDE_ORPHAN', 1);