getWebspacePath() public method

Returns the webspace path for given webspace.
public getWebspacePath ( $webspaceKey ) : string
return string
示例#1
0
 /**
  * {@inheritdoc}
  */
 public function remove($webspaceKey, $key)
 {
     $propertyName = $this->getPropertyName($key);
     $this->sessionManager->setNodeProperty($this->deprecatedSessionManager->getWebspacePath($webspaceKey), $propertyName, null);
     $this->sessionManager->flush();
 }