15 'subtype' =>
'comment',
18 'preload_owners' =>
true,
30 $qb->joinEntitiesTable(
'e',
'container_guid',
'inner',
'ce');
39 $qb->joinEntitiesTable(
'e',
'container_guid',
'inner',
'ce');
47 $options[
'wheres'][] =
function(\Elgg\Database\QueryBuilder $qb) use (
$subtypes) {
48 $qb->joinEntitiesTable(
'e',
'container_guid',
'inner',
'ce');
58 'pagination' =>
false,
59 'list_class' =>
'elgg-latest-comments',
const ELGG_VALUE_INTEGER
Value types.
elgg_echo($message_key, array $args=[], $language="")
Given a message key, returns an appropriately translated full-text string.
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 echo
Translates a string.
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.