You are here

function party_hat_load_multiple in Party 7

Same name and namespace in other branches
  1. 8.2 modules/party_hat/party_hat.module \party_hat_load_multiple()

Load many hats.

File

modules/party_hat/party_hat.module, line 160
party_hat.module Provides an extensible access system for parties.

Code

function party_hat_load_multiple($hids = array(), $conditions = array(), $reset = FALSE) {
  return entity_load('party_hat', $hids, $conditions, $reset);
}