EntityInterface::loadMultiple

public static EntityInterface::loadMultiple(array $ids = NULL)

Loads one or more entities.

Parameters

array $ids: An array of entity IDs, or NULL to load all entities.

Return value

static[] An array of entity objects indexed by their IDs.

File

core/lib/Drupal/Core/Entity/EntityInterface.php, line 255

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public static function loadMultiple(array $ids = NULL);
doc_Drupal
2016-10-29 09:06:42
Comments
Leave a Comment

Please login to continue.