Automattic\WooCommerce\Vendor\GraphQL\Utils

InterfaceImplementations::objectspublicWC 1.0

Method of the class: InterfaceImplementations{}

No Hooks.

Returns

Array. ObjectType>

Usage

$InterfaceImplementations = new InterfaceImplementations();
$InterfaceImplementations->objects(): array;

InterfaceImplementations::objects() code WC 10.9.1

public function objects(): array
{
    return $this->objects;
}