Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules

DisableIntrospection::isEnabledprotectedWC 1.0

Method of the class: DisableIntrospection{}

No Hooks.

Returns

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->isEnabled(): bool;

DisableIntrospection::isEnabled() code WC 10.9.4

protected function isEnabled(): bool
{
    return $this->isEnabled !== self::DISABLED;
}