Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\XPath\Extension

ExtensionInterface::getNodeTranslatorspublicWC 1.0

Returns node translators.

These callables will receive the node as first argument and the translator as second argument.

Method of the class: ExtensionInterface{}

No Hooks.

Returns

callable[].

Usage

$ExtensionInterface = new ExtensionInterface();
$ExtensionInterface->getNodeTranslators(): array;

ExtensionInterface::getNodeTranslators() code WC 10.8.1

public function getNodeTranslators(): array;