Automattic\WooCommerce\Vendor\GraphQL\Language\AST

ScalarTypeExtensionNode::getNamepublicWC 1.0

Method of the class: ScalarTypeExtensionNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ScalarTypeExtensionNode::getName() code WC 10.9.1

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