Automattic\WooCommerce\Vendor\GraphQL\Language\AST

InterfaceTypeDefinitionNode::getNamepublicWC 1.0

Method of the class: InterfaceTypeDefinitionNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

InterfaceTypeDefinitionNode::getName() code WC 10.9.1

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