Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 457 Bytes

services.rst

File metadata and controls

15 lines (10 loc) · 457 Bytes

Services

Elgg uses the Elgg\Application class to load and bootstrap Elgg. In future releases this class will offer a set of service objects for plugins to use.

Note

If you have a useful idea, you can :doc:`add a new service </contribute/services>`!

Menus

elgg()->menus provides low-level methods for constructing menus. In general, menus should be passed to elgg_view_menu for rendering instead of manual rendering.