<div>
Hello Drupal community!
</div><div><br></div><div>Does anyone know how I can retrieve all entities associated with a profile2 content type?</div><div><br></div><div>If I try via this method I get a NULL object:</div><div><br></div><div><code>if (module_exists('profile2')) {<br>         foreach (profile2_get_types() as $type) {<br>                          // the following returns correctly the Profile Type object:<br>                         //dpm (profile2_type_load($type->type));<br>                         // the following returns NULL<br> //dpm (profile2_load($type->id));</code></div><div> }</div><div>}</div>
<div><div><br></div><div>Thanks for your help!</div><div><br></div><div>-- </div><div>Info Razor</div><div>Sent with <a href="http://www.sparrowmailapp.com/?sig">Sparrow</a></div><div><br></div></div>