
| Current Path : /var/www/html1/web/core/modules/path_alias/src/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/web/core/modules/path_alias/src/AliasWhitelistInterface.php |
<?php
namespace Drupal\path_alias;
use Drupal\Core\Path\AliasWhitelistInterface as CoreAliasWhitelistInterface;
/**
* Cache the alias whitelist.
*
* The whitelist 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 whitelist. This optimization allows skipping the lookup for every
* /user/{user} path if "user" is not in the whitelist.
*/
interface AliasWhitelistInterface extends CoreAliasWhitelistInterface {}