12 'no_results' =>
elgg_echo(
'trash:no_results'),
13 'list_class' =>
'elgg-listing-trash',
14 'item_view' =>
'trash/entity',
15 'pagination_behaviour' =>
'ajax-replace',
18 'property' =>
'time_deleted',
19 'direction' =>
'desc',
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags...
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
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.
compare(string $x, string $comparison, $y=null, string $type=null, bool $case_sensitive=null)
Build value comparison clause.
const ELGG_SHOW_DELETED_ENTITIES
elgg_list_entities(array $options=[], callable $getter=null, callable $viewer=null)
Returns a string of rendered entities.
elgg_entity_types_with_capability(string $capability)
Returns an array of type/subtypes with the requested capability enabled.