You are here

function countries_load_multiple in Countries 7

Same name and namespace in other branches
  1. 8 countries.module \countries_load_multiple()
  2. 7.2 countries.module \countries_load_multiple()

Required to trigger the bundle / fields.

2 calls to countries_load_multiple()
countries_get_countries in ./countries.module
Helper function to load all countries.
countries_load in ./countries.module

File

./countries.module, line 778

Code

function countries_load_multiple($cids = array(), $conditions = array(), $reset = FALSE) {
  return entity_load('country', $cids, $conditions, $reset);
}