Automattic\WooCommerce\Vendor\GraphQL\Utils

InterfaceImplementations::objectspublicWC 1.0

Method of the class: InterfaceImplementations{}

No Hooks.

Returns

array<int, ObjectType>.

Usage

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

InterfaceImplementations::objects() code WC 11.0.1

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