Elgg
Version 6.1
|
Go to the source code of this file.
Functions | |
elgg_get_metadata_from_id (int $id) | |
Elgg metadata Functions to manage entity metadata. More... | |
elgg_get_metadata (array $options=[]) | |
Fetch metadata or perform a calculation on them. More... | |
elgg_delete_metadata (array $options) | |
Deletes metadata based on $options. More... | |
elgg_get_tags (array $options=[]) | |
Get popular tags and their frequencies. More... | |
elgg_delete_metadata | ( | array | $options | ) |
Deletes metadata based on $options.
array | $options | An options array. elgg_get_metadata() |
Definition at line 49 of file metadata.php.
elgg_get_metadata | ( | array | $options = [] | ) |
Fetch metadata or perform a calculation on them.
Accepts all options supported by elgg_get_entities()
array | $options | Options |
Definition at line 32 of file metadata.php.
elgg_get_metadata_from_id | ( | int | $id | ) |
Elgg metadata Functions to manage entity metadata.
Get a specific metadata object by its id. If you want multiple metadata objects, use elgg_get_metadata().
int | $id | The id of the metadata object being retrieved. |
Definition at line 16 of file metadata.php.
elgg_get_tags | ( | array | $options = [] | ) |
Get popular tags and their frequencies.
Accepts all options supported by {
Returns an array of objects that include "tag" and "total" properties
array | $options | Options |
int $threshold Minimum number of tag occurrences string[] $tag_names Names of tag names to include in search
Definition at line 68 of file metadata.php.