Array of conditions.
Type: array
File
- core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php, line 15
Class
- ConditionFundamentals
- Common code for all implementations of the entity query condition interfaces.
Namespace
Drupal\Core\Entity\Query
Code
1 | protected $conditions = array (); |
Please login to continue.