= [
'no_results' =>
elgg_echo(
'trash:no_results'),
'list_class' => 'elgg-listing-trash',
'item_view' => 'trash/entity',
'pagination_behaviour' => 'ajax-replace',
'sort_by' => [
'property' => 'time_deleted',
'direction' => 'desc',
],
'wheres' => [],
]
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
elgg_entity_types_with_capability(string $capability)
Returns an array of type/subtypes with the requested capability enabled.
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.