$fields->findByType() method

Find fields by type

Available since version 3.0.194.

Usage

// basic usage
$array = $fields->findByType($type);

// usage with all arguments
$array = $fields->findByType($type, array $options = []);

Arguments

NameType(s)Description
typestring, Fieldtype

Fieldtype class name or object

options (optional)array
  • inherit (bool): Also find types that inherit from given type? (default=true)
  • valueType (string): Value type to return, one of 'field', 'id', or 'name' (default='field')
  • indexType (string): Index type to use, one of 'name', 'id', or '' blank for non-associative array (default='name')

Return value

array Field

[]


$fields methods and properties

API reference based on ProcessWire core version 3.0.236

Latest news

  • ProcessWire Weekly #548
    In the 548th issue of ProcessWire Weekly we're going to check out a couple of new third party modules, introduce the latest ProcessWire core updates, and more. Read on!
    Weekly.pw / 9 November 2024
  • Custom Fields Module
    This week we look at a new ProFields module named Custom Fields. This module provides a way to rapidly build out ProcessWire fields that contain any number of subfields/properties within them.
    Blog / 30 August 2024
  • Subscribe to weekly ProcessWire news

“Yesterday I sent the client a short documentation for their ProcessWire-powered website. Today all features already used with no questions. #cmsdoneright—Marc Hinse, Web designer/developer