Given a path, return the alias.
string $path: A path.
string $langcode: An optional language code to look up the path in.
string An alias that represents the path, or path if no alias was found.
\InvalidArgumentException Thrown when the path does not start with a slash.
public function getAliasByPath($path, $langcode = NULL);