Automattic\WooCommerce\Vendor\GraphQL\Type

SchemaConfig::getDirectivespublicWC 1.0

Method of the class: SchemaConfig{}

No Hooks.

Returns

array<Directive>|null.

Usage

$SchemaConfig = new SchemaConfig();
$SchemaConfig->getDirectives(): ?array;

SchemaConfig::getDirectives() code WC 11.0.1

public function getDirectives(): ?array
{
    return $this->directives;
}