You are here

protected property AliasManager::$cacheNeedsWriting in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/path_alias/src/AliasManager.php \Drupal\path_alias\AliasManager::cacheNeedsWriting

Whether the cache needs to be written.

Type: bool

File

core/modules/path_alias/src/AliasManager.php, line 40

Class

AliasManager
The default alias manager implementation.

Namespace

Drupal\path_alias

Code

protected $cacheNeedsWriting = FALSE;