Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RendererInterface.php

function RendererInterface::hasRenderContext

Checks whether a render context is active.

This is useful only in very specific situations to determine whether the system is already capable of collecting bubbleable metadata. Normally it should not be necessary to be concerned about this.

Return value

bool TRUE if the renderer has a render context active, FALSE otherwise.

1 method overrides RendererInterface::hasRenderContext()
Renderer::hasRenderContext in core/lib/Drupal/Core/Render/Renderer.php
Checks whether a render context is active.

File

core/lib/Drupal/Core/Render/RendererInterface.php, line 355

Class

RendererInterface
Defines an interface for turning a render array into a string.

Namespace

Drupal\Core\Render

Code

public function hasRenderContext();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal