Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules

QuerySecurityRule::getFragmentsprotectedWC 1.0

Method of the class: QuerySecurityRule{}

No Hooks.

Returns

Array. FragmentDefinitionNode>

Usage

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

QuerySecurityRule::getFragments() code WC 10.9.4

protected function getFragments(): array
{
    return $this->fragments;
}