Automattic\WooCommerce\Vendor\GraphQL\Language\AST

EnumTypeDefinitionNode::getNamepublicWC 1.0

Method of the class: EnumTypeDefinitionNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

EnumTypeDefinitionNode::getName() code WC 10.9.1

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