protected property BlockManager::$workspaceCacheKeyPrefix in Multiversion 8.2
Same name and namespace in other branches
- 8 src/Block/BlockManager.php \Drupal\multiversion\Block\BlockManager::workspaceCacheKeyPrefix
The string to prefix the workspace ID for the cache key.
Type: string
File
- src/
Block/ BlockManager.php, line 37
Class
- BlockManager
- Adds the workspace ID to the cache key.
Namespace
Drupal\multiversion\BlockCode
protected $workspaceCacheKeyPrefix = 'block_plugins:workspace';