You are here

constant ConditionalFieldsInterface::CONDITIONAL_FIELDS_DEPENDENCY_VALUES_NOT in Conditional Fields 4.x

Same name and namespace in other branches
  1. 8 src/ConditionalFieldsInterface.php \Drupal\conditional_fields\ConditionalFieldsInterface::CONDITIONAL_FIELDS_DEPENDENCY_VALUES_NOT

Dependency is triggered if the dependee does not have any of the values.

File

src/ConditionalFieldsInterface.php, line 33

Class

ConditionalFieldsInterface
Provides an interface.

Namespace

Drupal\conditional_fields

Code

const CONDITIONAL_FIELDS_DEPENDENCY_VALUES_NOT = 5;