You are here

protected property ImageUrl::$renderer in GraphQL 8.4

The rendering service.

Type: \Drupal\Core\Render\RendererInterface

File

src/Plugin/GraphQL/DataProducer/Entity/Fields/Image/ImageUrl.php, line 37

Class

ImageUrl
Returns the file URL of a file entity.

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer\Entity\Fields\Image

Code

protected $renderer;