Skip to content
Snippets Groups Projects
Commit f52f44a2 authored by szato's avatar szato Committed by Joseph Olstad
Browse files

Issue #3375956: QueryInterface::accessCheck is required on Drupal 10

parent 2f70fd72
No related branches found
No related tags found
1 merge request!4Issue #3375956: QueryInterface::accessCheck is required on Drupal 10
......@@ -65,6 +65,7 @@ class TagcloudsPageChunk extends ControllerBase {
if (empty($vocs)) {
$query = $this->entityTypeManager()
->getStorage('taxonomy_vocabulary')
->accessCheck(FALSE)
->getQuery();
$all_ids = $query->execute();
foreach ($this->entityTypeManager()->getStorage('taxonomy_vocabulary')->loadMultiple($all_ids) as $vocabulary) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment