Fieldgroup::getPageInputfields() method

Get all of the Inputfields for this Fieldgroup associated with the provided Page and populate them.

Usage

// basic usage
$inputfieldWrapper = $fieldgroup->getPageInputfields(Page $page);

// usage with all arguments
$inputfieldWrapper = $fieldgroup->getPageInputfields(Page $page, $contextStr = '', $fieldName = '', string $namespace = '', bool $flat = true);

Arguments

NameType(s)Description
pagePage

Page that the Inputfields will be for.

contextStr (optional)string, array

Optional context string to append to all the Inputfield names, OR array of options.

  • Optional context string is helpful for things like repeaters.
  • Or associative array with any of these options:
  • contextStr (string): Context string to append to all Inputfield names.
  • fieldName (string|array): Limit to particular fieldName(s) or field ID(s). See $fieldName argument for details.
  • namespace (string): Additional namespace for Inputfield context.
  • flat (bool): Return all Inputfields in a flattened InputfieldWrapper?
  • populate (bool): Populate page values to Inputfields? (default=true) since 3.0.208
fieldName (optional)string, array

Limit to a particular fieldName(s) or field IDs (optional).

  • If specifying a single field (name or ID) and it refers to a fieldset, then all fields in that fieldset will be included.
  • If specifying an array of field names/IDs the returned InputfieldWrapper will maintain the requested order.
namespace (optional)string

Additional namespace for the Inputfield context (optional).

flat (optional)bool

Returns all Inputfields in a flattened InputfieldWrapper (default=true).

Return value

InputfieldWrapper

Returns an InputfieldWrapper that acts as a container for multiple Inputfields.


Fieldgroup methods and properties

API reference based on ProcessWire core version 3.0.236

Latest news

  • ProcessWire Weekly #518
    The 518th issue of ProcessWire Weekly brings in all the latest news from the ProcessWire community. Modules, sites, and more. Read on!
    Weekly.pw / 13 April 2024
  • ProFields Table Field with Actions support
    This week we have some updates for the ProFields table field (FieldtypeTable). These updates are primarily focused on adding new tools for the editor to facilitate input and management of content in a table field.
    Blog / 12 April 2024
  • Subscribe to weekly ProcessWire news

“The end client and designer love the ease at which they can update the website. Training beyond how to log in wasn’t even necessary since ProcessWire’s default interface is straightforward.” —Jonathan Lahijani