Porting plugin from 1.9 to 2.0. How can I replace the removed functions/methods?

Hi all,

I have to do a porting of plugin from elgg version
1.9.7 to 2.1.1.

In the change log of 2.0, there are several functions/methods removed.
How can I replace the removed functions/methods?
 

For example in my plugin I use the functions:
          elgg_extend_view
          elgg_get_entities
both removed in 2.0.

Is there a document to understant which functions I have to use 
to get the same action of removed functions?

Thanks in advance

 

 

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking