Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules

QuerySecurityRule::isEnabledprotectedWC 1.0

Method of the class: QuerySecurityRule{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

QuerySecurityRule::isEnabled() code WC 10.9.1

abstract protected function isEnabled(): bool;