public EntityStorageInterface::loadByProperties(array $values = array())
Load entities by their property values.
Parameters
array $values: An associative array where the keys are the property names and the values are the values those properties must have.
Return value
\Drupal\Core\Entity\EntityInterface[] An array of entity objects indexed by their ids.
File
- core/lib/Drupal/Core/Entity/EntityStorageInterface.php, line 105
Class
- EntityStorageInterface
- Defines the interface for entity storage classes.
Namespace
Drupal\Core\Entity
Code
public function loadByProperties(array $values = array());
Please login to continue.