Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

HasFieldsType::getFieldpublicWC 1.0

Method of the class: HasFieldsType{}

No Hooks.

Returns

null. Nothing (null).

Usage

$HasFieldsType = new HasFieldsType();
$HasFieldsType->getField( $name ): FieldDefinition;
$name(string) (required)
.

HasFieldsType::getField() code WC 10.9.1

public function getField(string $name): FieldDefinition;