Implements \Drupal\Core\Path\AliasManagerInterface::getPathLookups().
Overrides AliasManagerInterface::getPathLookups
public function getPathLookups() {
$current = current($this->lookupMap);
if ($current) {
return array_keys($current);
}
return array();
}