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

prefix_value()

Description

Helper function to quickly build a list of values, all prefixed the same way.

Example use:
$fieldXs = array_map(prefix_value('field'), [3, 88]);

Parameters

ColumnTypeDefaultDescription
$prefix: string
$format string
$datetime;
$needle
$prefix string Prefix value to prepend.

Return

Closure

This article was last updated 18th May 2024 21:35 Europe/London time based on the source file dated 17th May 2024 09:00 Europe/London time.