<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>        &nbsp; foreach (profile2_get_types() as $type) {<br>         &nbsp;&nbsp;                 // the following returns correctly the Profile Type object:<br>        &nbsp;&nbsp;                 //dpm (profile2_type_load($type-&gt;type));<br>        &nbsp;&nbsp;                 // the following returns NULL<br>&nbsp; &nbsp;//dpm (profile2_load($type-&gt;id));</code></div><div>&nbsp; &nbsp; }</div><div>}</div>
                <div><div><br></div><div>Thanks for your help!</div><div><br></div><div>--&nbsp;</div><div>Info Razor</div><div>Sent with <a href="http://www.sparrowmailapp.com/?sig">Sparrow</a></div><div><br></div></div>