src/Controller/EntityResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/EntityResource.php b/src/Controller/EntityResource.php index c77d6d1..880f23c 100644 --- a/src/Controller/EntityResource.php +++ b/src/Controller/EntityResource.php @@ -404,7 +404,7 @@ class EntityResource { * @see node_query_node_access_alter() * @see https://www.drupal.org/project/drupal/issues/2557815 * @see https://www.drupal.org/project/drupal/issues/2794385 - * @todo Remove this when Drupal core's query sytems's return value is able to carry cacheability. + * @todo Remove this after https://www.drupal.org/project/drupal/issues/3028976 is fixed. */ protected function executeQueryInRenderContext(QueryInterface $query, CacheableMetadata $query_cacheability) { $context = new RenderContext();