Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules
DisableIntrospection::isEnabled
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() DisableIntrospection::isEnabled code WC 10.9.4
protected function isEnabled(): bool
{
return $this->isEnabled !== self::DISABLED;
}