public function AliasManagerInterface::getSystemPath

Given a path alias, return the internal path it represents.

Parameters

$path: A Drupal path alias.

$path_language: An optional language code to look up the path in.

Return value

The internal path represented by the alias, or the original alias if no internal path was found.

3 methods override AliasManagerInterface::getSystemPath()

File

drupal/core/lib/Drupal/Core/Path/AliasManagerInterface.php, line 24
Contains Drupal\Core\Path\AliasManagerInterface.

Class

AliasManagerInterface

Namespace

Drupal\Core\Path

Code

public function getSystemPath($path, $path_language = NULL);