File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 22
22
*/
23
23
class BlockByIdentifier extends AbstractBlock implements IdentityInterface
24
24
{
25
- const CACHE_KEY_PREFIX = 'CMS_BLOCK ' ;
25
+ public const CACHE_KEY_PREFIX = 'CMS_BLOCK ' ;
26
26
27
27
/**
28
28
* @var GetBlockByIdentifierInterface
Original file line number Diff line number Diff line change @@ -203,18 +203,6 @@ private function getPassthroughFilterMock(): Template
203
203
return $ filterMock ;
204
204
}
205
205
206
- /**
207
- * Returns stub of Identity based on `$identifier` and `$storeId`
208
- *
209
- * @param string $identifier
210
- * @param int $storeId
211
- * @return string
212
- */
213
- private function getIdentityStubByIdentifier (string $ identifier , int $ storeId = self ::STUB_DEFAULT_STORE ): string
214
- {
215
- return BlockByIdentifier::CACHE_KEY_PREFIX . '_ ' . $ identifier . '_ ' . $ storeId ;
216
- }
217
-
218
206
/**
219
207
* Returns stub of Identity based on `$cmsBlockId`
220
208
*
You can’t perform that action at this time.
0 commit comments