Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
ImplementingType{}
export type GraphQLImplementingType = GraphQLObjectType | GraphQLInterfaceType;.
Хуков нет.
Использование
$ImplementingType = new ImplementingType(); // use class methods
Методы
Код ImplementingType{} ImplementingType{} WC 11.0.1
interface ImplementingType
{
public function implementsInterface(InterfaceType $interfaceType): bool;
/** @return array<int, InterfaceType> */
public function getInterfaces(): array;
}