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 2222 */
2323class BlockByIdentifier extends AbstractBlock implements IdentityInterface
2424{
25- const CACHE_KEY_PREFIX = 'CMS_BLOCK ' ;
25+ public const CACHE_KEY_PREFIX = 'CMS_BLOCK ' ;
2626
2727 /**
2828 * @var GetBlockByIdentifierInterface
Original file line number Diff line number Diff line change @@ -203,18 +203,6 @@ private function getPassthroughFilterMock(): Template
203203 return $ filterMock ;
204204 }
205205
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-
218206 /**
219207 * Returns stub of Identity based on `$cmsBlockId`
220208 *
You can’t perform that action at this time.
0 commit comments