Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
HasFieldsType::getField
Method of the class: HasFieldsType{}
No Hooks.
Returns
null. Nothing (null).
Usage
$HasFieldsType = new HasFieldsType(); $HasFieldsType->getField( $name ): FieldDefinition;
- $name(string) (required)
- .
HasFieldsType::getField() HasFieldsType::getField code WC 10.9.1
public function getField(string $name): FieldDefinition;