Elgg
Version 1.11
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Save menu items. | |
Functions | |
get_object_entity_as_row ($guid) | |
Return the object specific details of a object by a row. More... | |
_elgg_objects_test ($hook, $type, $value, $params) | |
Runs unit tests for . More... | |
Variables | |
return | function (\Elgg\EventsService $events,\Elgg\HooksRegistrationService $hooks) |
_elgg_objects_test | ( | $hook, | |
$type, | |||
$value, | |||
$params | |||
) |
Runs unit tests for .
string | $hook | unit_test |
string | $type | system |
mixed | $value | Array of tests |
mixed | $params | Params |
Definition at line 36 of file objects.php.
get_object_entity_as_row | ( | $guid | ) |
Return the object specific details of a object by a row.
int | $guid | The guid to retrieve |
Definition at line 18 of file objects.php.
return function(\Elgg\EventsService $events,\Elgg\HooksRegistrationService $hooks) |
Definition at line 42 of file objects.php.