Given a path alias, return the internal path it represents.
$path: A Drupal path alias.
$path_language: An optional language code to look up the path in.
The internal path represented by the alias, or the original alias if no internal path was found.
public function getSystemPath($path, $path_language = NULL);