Overrides MenuLinkManagerInterface::getParentIds
public function getParentIds($id) { if ($this->getDefinition($id, FALSE)) { return $this->treeStorage ->getRootPathIds($id); } return NULL; }