Automattic\WooCommerce\Vendor\GraphQL\Language

DirectiveLocation::haspublic staticWC 1.0

Метод класса: DirectiveLocation{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = DirectiveLocation::has( $name ): bool;
$name(строка) (обязательный)
.

Код DirectiveLocation::has() WC 10.9.1

public static function has(string $name): bool
{
    return isset(self::LOCATIONS[$name]);
}