FieldtypeRepeaterMatrix::getAllMatrixTypesInfo()

Get verbose information array for all RepeaterMatrix fields in the system

Return value is array indexed by field name, where each [ … ] is a return value from the getMatrixTypesInfo() method:

Example

[
  'foo' => [ … ],
  'bar' => [ … ],
  'baz' => [ … ],
]

Usage

$array = $fieldtypeRepeaterMatrix->getAllMatrixTypesInfo();

Return value

array


FieldtypeRepeaterMatrix methods and properties

API reference based on ProcessWire core version 3.0.259