15 'subtype' =>
'comment',
18 'preload_owners' =>
true,
20 'metadata_name_value_pairs' => [
'level' => 1],
31 $qb->joinEntitiesTable(
'e',
'container_guid',
'inner',
'ce');
40 $qb->joinEntitiesTable(
'e',
'container_guid',
'inner',
'ce');
49 $qb->joinEntitiesTable(
'e',
'container_guid',
'inner',
'ce');
59 'pagination' =>
false,
60 'list_class' =>
'elgg-latest-comments',
const ELGG_VALUE_INTEGER
Value types.
elgg_echo($message_key, array $args=[], $language="")
Elgg language module Functions to manage language and translations.
elgg_get_entities(array $options=[])
Fetches/counts entities or performs a calculation on their properties.
elgg_view_module($type, $title, $body, array $vars=[])
Wrapper function for the module display pattern.
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg echo
Translates a string.
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.