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
Comment #1
jhodgdonThis is a duplicate of #1081902: DrupalEntityControllerInterface::load - doc needs to clarify $conditions