eZ\Publish\Core\Persistence\Cache\LocationHandler::loadByRemoteId PHP Method

loadByRemoteId() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::loadByRemoteId
public loadByRemoteId ( $remoteId )
    public function loadByRemoteId($remoteId)
    {
        $this->logger->logCall(__METHOD__, array('location' => $remoteId));
        return $this->persistenceHandler->locationHandler()->loadByRemoteId($remoteId);
    }