Automattic\WooCommerce\Vendor\GraphQL\Language\AST

InputObjectTypeExtensionNode::getNamepublicWC 1.0

Method of the class: InputObjectTypeExtensionNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$InputObjectTypeExtensionNode = new InputObjectTypeExtensionNode();
$InputObjectTypeExtensionNode->getName(): NameNode;

InputObjectTypeExtensionNode::getName() code WC 10.9.1

public function getName(): NameNode
{
    return $this->name;
}