Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

EnumValueDefinition::isDeprecatedpublicWC 1.0

Method of the class: EnumValueDefinition{}

No Hooks.

Returns

null. Nothing (null).

Usage

$EnumValueDefinition = new EnumValueDefinition();
$EnumValueDefinition->isDeprecated(): bool;

EnumValueDefinition::isDeprecated() code WC 10.9.1

public function isDeprecated(): bool
{
    return (bool) $this->deprecationReason;
}