function RendererInterface::hasRenderContext

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Render/RendererInterface.php \Drupal\Core\Render\RendererInterface::hasRenderContext()
  2. 8.9.x core/lib/Drupal/Core/Render/RendererInterface.php \Drupal\Core\Render\RendererInterface::hasRenderContext()
  3. 11.x core/lib/Drupal/Core/Render/RendererInterface.php \Drupal\Core\Render\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.

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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.