Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
EnumValueDefinition::isDeprecated
Method of the class: EnumValueDefinition{}
No Hooks.
Returns
null. Nothing (null).
Usage
$EnumValueDefinition = new EnumValueDefinition(); $EnumValueDefinition->isDeprecated(): bool;
EnumValueDefinition::isDeprecated() EnumValueDefinition::isDeprecated code WC 10.9.1
public function isDeprecated(): bool
{
return (bool) $this->deprecationReason;
}