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