コード例 #1
0
ファイル: ContentNodeDeleteEvent.php プロジェクト: sulu/sulu
 /**
  * Return the structure which was deleted.
  *
  * @return StructureInterface
  */
 public function getStructure($locale)
 {
     return $this->contentMapper->loadShallowStructureByNode($this->node, $locale, $this->webspace);
 }