Change record status: 
Project: 
Introduced in branch: 
7.x-1.x
Introduced in version: 
7.x-1.8
Description: 

Previously Course::getObjects() returned an array of objects indexed numerically.

The default behavior of entity_load (which is what getObjects() is doing) is to return an array index by the entity ID.

Instead of post-processing the return, it is now passed back as returned by entity_load().

Impacts: 
Module developers