Elgg
Version 4.3
|
Go to the source code of this file.
Functions | |
elgg_view_menu_item (\ElggMenuItem $item, array $vars=[]) | |
Bundle all functions which have been deprecated in Elgg 4.2. More... | |
system_message ($message) | |
Display a system message on next page load. More... | |
register_error ($error) | |
Display an error on next page load. More... | |
get_entity_as_row ($guid) | |
Returns a database row from the entities table. More... | |
elgg_view_menu_item | ( | \ElggMenuItem | $item, |
array | $vars = [] |
||
) |
Bundle all functions which have been deprecated in Elgg 4.2.
Render a menu item (usually as a link)
\ElggMenuItem | $item | The menu item |
array | $vars | Options to pass to output/url if a link |
Definition at line 16 of file deprecated-4.2.php.
get_entity_as_row | ( | $guid | ) |
Returns a database row from the entities table.
Use get_entity() to return the fully loaded entity.
int | $guid | The GUID of the object to extract |
Definition at line 84 of file deprecated-4.2.php.
register_error | ( | $error | ) |
Display an error on next page load.
string | array | $error | Error or errors to add |
Definition at line 64 of file deprecated-4.2.php.
system_message | ( | $message | ) |
Display a system message on next page load.
string | array | $message | Message or messages to add |
Definition at line 49 of file deprecated-4.2.php.