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