19 'value' =>
$user->guid,
23 'value' =>
elgg_echo(
'usersettings:notifications:users:description'),
28 'selects' => [
'GROUP_CONCAT(ers.relationship) as relationships'],
33 $qb->
compare(
"{$joined_alias}.guid_two",
'=',
"{$main_alias}.guid"),
50 'group_by' =>
'e.guid',
51 'offset_key' =>
'subscriptions_users',
52 'item_view' =>
'notifications/subscriptions/record',
55 'list_class' =>
'elgg-subscriptions',
56 'item_class' =>
'elgg-subscription-record',
57 'pagination_behaviour' =>
'ajax-replace',
61 echo
elgg_view(
'page/components/no_results', [
62 'no_results' =>
elgg_echo(
'notifications:subscriptions:no_results'),
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
const ELGG_VALUE_INTEGER
Value types.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Extends QueryBuilder with JOIN clauses.
Database abstraction query builder.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
elgg_set_form_footer(string $footer= '')
Sets form footer and defers its rendering until the form view and extensions have been rendered...
compare(string $x, string $comparison, $y=null, string $type=null, bool $case_sensitive=null)
Build value comparison clause.
elgg_list_entities(array $options=[], callable $getter=null, callable $viewer=null)
Returns a string of rendered entities.
merge($parts=null, $boolean= 'AND')
Merges multiple composite expressions with a boolean.