
| Current Path : /var/www/html1/testsite/web/core/lib/Drupal/Core/Path/ |
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/testsite/web/core/lib/Drupal/Core/Path/AliasWhitelistInterface.php |
<?php
namespace Drupal\Core\Path;
use Drupal\Core\Cache\CacheCollectorInterface;
/**
* Cache the alias whitelist.
*
* @deprecated in drupal:8.8.0 and is removed from drupal:9.0.0.
* Use \Drupal\path_alias\AliasWhitelistInterface.
*
* @see https://www.drupal.org/node/3092086
*/
interface AliasWhitelistInterface extends CacheCollectorInterface {}