Load one picture by its identifier.
@todo Needed for menu_callback
int $id: The id of the picture mapping to load.
Drupal\picture\Picture The entity object, or FALSE if there is no entity with the given id.
http://drupal.org/node/1798214
function picture_mapping_load($id) {
return entity_load('picture_mapping', $id);
}