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