Automattic\WooCommerce\Vendor\GraphQL\Utils
InterfaceImplementations::objects
Method of the class: InterfaceImplementations{}
No Hooks.
Returns
Array
Usage
$InterfaceImplementations = new InterfaceImplementations(); $InterfaceImplementations->objects(): array;
InterfaceImplementations::objects() InterfaceImplementations::objects code WC 10.9.1
public function objects(): array
{
return $this->objects;
}