public function AliasManagerInterface::preloadPathLookups

Preload a set of paths for bulk alias lookups.

Parameters

$path_list: An array of system paths.

2 methods override AliasManagerInterface::preloadPathLookups()

File

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

Class

AliasManagerInterface

Namespace

Drupal\Core\Path

Code

public function preloadPathLookups(array $path_list);