Automattic\WooCommerce\Vendor\GraphQL\Type

SchemaConfig::getDirectivespublicWC 1.0

Method of the class: SchemaConfig{}

No Hooks.

Returns

Array|null.

Usage

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

SchemaConfig::getDirectives() code WC 10.9.4

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