Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

set_order_by_to_zero()

Description

Helper function to set the order_by key of an array to zero.

Parameters

ColumnTypeDefaultDescription
$item: array 0; return $item; } /** * Helper function to cast functions that only echo things out e.g render functions to string type. * * @param callable $fn Function to cast * @param array $args Provide function's arguments if applicable */ function cast_echo_to_stringcallable $fn
$args array
required as
determine to
$type: callable explode'
'
$csv; []; foreach $list as $value
item array Item for which we need to set the order_by

Return

array Same item with the order_by key zero.

This article was last updated 27th April 2024 09:35 Europe/London time based on the source file dated 26th April 2024 15:50 Europe/London time.