elgg_delete_annotations(array $options)
Deletes annotations based on $options.
if(!$user||!$user->canDelete()) $name
elgg_get_annotations(array $options=[])
Fetch annotations or perform a calculation on them.
elgg_list_entities(array $options=[], $getter= 'elgg_get_entities', $viewer= 'elgg_view_entity_list')
Returns a string of rendered entities.
elgg_disable_annotations(array $options)
Disables annotations based on $options.
elgg_list_annotations(array $options=[])
Returns a rendered list of annotations with pagination.
elgg_enable_annotations(array $options)
Enables annotations based on $options.
elgg_get_annotation_from_id(int $id)
Elgg annotations Functions to manage object annotations.
_elgg_services()
Get the global service provider.
$id
Generic annotation delete action.
elgg_annotation_exists(int $entity_guid, string $name, int $owner_guid=0)
Check to see if a user has already created an annotation on an object.
elgg_get_logged_in_user_guid()
Return the current logged in user by guid.
elgg_delete_annotation_by_id(int $id)
Deletes an annotation using its ID.