Whether the cache needs to be written.
Type: bool
File
- core/lib/Drupal/Core/Path/AliasManager.php, line 41
Class
- AliasManager
- The default alias manager implementation.
Namespace
Drupal\Core\Path
Code
1 | protected $cacheNeedsWriting = FALSE; |
Please login to continue.