Automattic\WooCommerce\Vendor\GraphQL\Language\AST
InterfaceTypeExtensionNode::getName
Method of the class: InterfaceTypeExtensionNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$InterfaceTypeExtensionNode = new InterfaceTypeExtensionNode(); $InterfaceTypeExtensionNode->getName(): NameNode;
InterfaceTypeExtensionNode::getName() InterfaceTypeExtensionNode::getName code WC 10.9.1
public function getName(): NameNode
{
return $this->name;
}