You are here

public function CacheabilityCapturingExecutor::__construct in JSON:API Resources 8

EntityQueryExecutor constructor.

Parameters

\Drupal\Core\Render\RendererInterface $renderer: A renderer.

File

src/Unstable/Entity/Query/CacheabilityCapturingExecutor.php, line 29

Class

CacheabilityCapturingExecutor
Executes entity queries and captures cacheability.

Namespace

Drupal\jsonapi_resources\Unstable\Entity\Query

Code

public function __construct(RendererInterface $renderer) {
  $this->renderer = $renderer;
}