Search for loadEntities
- Search 7.x for loadEntities
 - Search 9.5.x for loadEntities
 - Search 10.3.x for loadEntities
 - Search 11.x for loadEntities
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| EntityResource::loadEntitiesWithAccess | function | core/ | 
                                                                                        Build a collection of the entities to respond with and access objects. | 
| QueryPluginBase::loadEntities | function | core/ | 
                                                                                        Loads all entities contained in the passed-in $results. . If the entity belongs to the base table, then it gets stored in $result->_entity. Otherwise, it gets stored in $result->_relationship_entities[$relationship_id];  | 
              
| Sql::loadEntities | function | core/ | 
                                                                                        Loads all entities contained in the passed-in $results. . If the entity belongs to the base table, then it gets stored in $result->_entity. Otherwise, it gets stored in $result->_relationship_entities[$relationship_id];  | 
              
| SqlTest::testLoadEntitiesWithEmptyResult | function | core/ | 
                                                                                        @covers ::loadEntities[[api-linebreak]] @covers ::assignEntitiesToResult[[api-linebreak]]  | 
              
| SqlTest::testLoadEntitiesWithNonEntityRelationship | function | core/ | 
                                                                                        @covers ::loadEntities[[api-linebreak]] @covers ::assignEntitiesToResult[[api-linebreak]]  | 
              
| SqlTest::testLoadEntitiesWithNoRelationshipAndNoRevision | function | core/ | 
                                                                                        @covers ::loadEntities[[api-linebreak]] @covers ::assignEntitiesToResult[[api-linebreak]]  | 
              
| SqlTest::testLoadEntitiesWithRelationship | function | core/ | 
                                                                                        @covers ::loadEntities[[api-linebreak]] @covers ::assignEntitiesToResult[[api-linebreak]]  | 
              
| SqlTest::testLoadEntitiesWithRelationshipAndRevision | function | core/ | 
                                                                                        @covers ::loadEntities[[api-linebreak]] @covers ::assignEntitiesToResult[[api-linebreak]]  | 
              
| SqlTest::testLoadEntitiesWithRevision | function | core/ | 
                                                                                        @covers ::loadEntities[[api-linebreak]] @covers ::assignEntitiesToResult[[api-linebreak]]  | 
              
| SqlTest::testLoadEntitiesWithRevisionOfSameEntityType | function | core/ | 
                                                                                        @covers ::loadEntities[[api-linebreak]] @covers ::assignEntitiesToResult[[api-linebreak]]  | 
              
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.