eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler::load PHP Method

load() public method

Loads the data for the location identified by $locationId.
public load ( integer $locationId ) : eZ\Publish\SPI\Persistence\Content\Location
$locationId integer
return eZ\Publish\SPI\Persistence\Content\Location
    public function load($locationId)
    {
        return $this->treeHandler->loadLocation($locationId);
    }