Automattic\WooCommerce\Vendor\GraphQL\Language\AST

EnumTypeExtensionNode::getNamepublicWC 1.0

Method of the class: EnumTypeExtensionNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

EnumTypeExtensionNode::getName() code WC 10.9.4

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