Fieldgroup::getFieldContext()
Get a Field that is part of this Fieldgroup, in the context of this Fieldgroup.
Returned Field will be a clone of the original with additional context data already populated to it.
Usage
// basic usage
$field = $fieldgroup->getFieldContext($key);
// usage with all arguments
$field = $fieldgroup->getFieldContext($key, string $namespace = '');
Fieldgroup methods and properties
API reference based on ProcessWire core version 3.0.251