Exemplo n.º 1
0
 /**
  * @param string $parent_raw
  *
  * @return string
  */
 protected function processFindParent($parent_raw)
 {
     if ($this->router->urlIsExternal($parent_raw)) {
         // Always discard external paths.
         return NULL;
     }
     return $this->router->getNormalPath($parent_raw);
 }