You are here

protected property AliasManagerTest::$cacheKey in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/path_alias/tests/src/Unit/AliasManagerTest.php \Drupal\Tests\path_alias\Unit\AliasManagerTest::cacheKey

The internal cache key used by the alias manager.

Type: string

File

core/modules/path_alias/tests/src/Unit/AliasManagerTest.php, line 64

Class

AliasManagerTest
@coversDefaultClass \Drupal\path_alias\AliasManager @group path_alias

Namespace

Drupal\Tests\path_alias\Unit

Code

protected $cacheKey = 'preload-paths:key';