Skip to content
Snippets Groups Projects

Move callback classRemove outside of the loop

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
  • d57d5085
    Issue #3203625 by jonathanshaw, guilhermevp: EntityQuery accessCheck:... · d57d5085
    catch authored
    Issue #3203625 by jonathanshaw, guilhermevp: EntityQuery accessCheck: BlockContentUuidLookup should no be access sensitive
@@ -47,6 +47,7 @@ public function __construct(CacheBackendInterface $cache, LockBackendInterface $
*/
protected function resolveCacheMiss($key) {
$ids = $this->entityTypeManager->getStorage('block_content')->getQuery()
->accessCheck(FALSE)
->condition('uuid', $key)
->execute();
Loading