API page: http://api.drupal.org/api/drupal/includes--entity.inc/function/DrupalEnt...

Describe the problem you have found:
The documentation for DrupalEntityControllerInterface::load could do with some clarification regarding the type of comparison performed for the $conditions parameter.

Original documentation:
$conditions An array of conditions in the form 'field' => $value.

Suggested change:
$conditions An array of conditions in the form 'field' => $value where each 'field' is tested for equality against the corrisponding $value.

Comments

jhodgdon’s picture

Status: Active » Closed (duplicate)