Automattic\WooCommerce\Vendor\GraphQL\Executor

Executor::getImplementationFactorypublic staticWC 1.0

Method of the class: Executor{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Executor::getImplementationFactory(): callable;

Executor::getImplementationFactory() code WC 10.9.1

public static function getImplementationFactory(): callable
{
    return self::$implementationFactory;
}