Automattic\WooCommerce\Vendor\GraphQL\Type

SchemaConfig::getTypespublicWC 1.0

Method of the class: SchemaConfig{}

No Hooks.

Returns

Array|callable.

Usage

$SchemaConfig = new SchemaConfig();
$SchemaConfig->getTypes();

SchemaConfig::getTypes() code WC 10.9.4

public function getTypes()
{
    return $this->types;
}