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