Jackalope\Query\QueryManager::getSupportedQueryLanguages PHP Method

getSupportedQueryLanguages() public method

{@inheritDoc}
    public function getSupportedQueryLanguages()
    {
        // Workspace checks if transport implements QueryInterface
        return $this->objectManager->getTransport()->getSupportedQueryLanguages();
    }