eZ\Publish\Core\SignalSlot\LocationService::loadLocationByRemoteId PHP Method

loadLocationByRemoteId() public method

Loads a location object from its $remoteId.
public loadLocationByRemoteId ( string $remoteId ) : eZ\Publish\API\Repository\Values\Content\Location
$remoteId string
return eZ\Publish\API\Repository\Values\Content\Location
    public function loadLocationByRemoteId($remoteId)
    {
        return $this->service->loadLocationByRemoteId($remoteId);
    }