interface AliasPrefixListInterface

Cache a list of valid alias prefixes.

The list contains the first element of the router paths of all aliases. For example, if /node/12345 has an alias then "node" is added to the prefix list. This optimization allows skipping the lookup for every /user/{user} path if "user" is not in the list.

Hierarchy

Expanded class hierarchy of AliasPrefixListInterface

All classes that implement AliasPrefixListInterface

File

core/modules/path_alias/src/AliasPrefixListInterface.php, line 15

Namespace

Drupal\path_alias
View source
interface AliasPrefixListInterface extends CacheCollectorInterface {

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.