public function MetadataBubblingUrlGenerator::getContext

public MetadataBubblingUrlGenerator::getContext()

File

core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php, line 60

Class

MetadataBubblingUrlGenerator
Decorator for the URL generator, which bubbles bubbleable URL metadata.

Namespace

Drupal\Core\Render

Code

public function getContext() {
  return $this->urlGenerator->getContext();
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Render!MetadataBubblingUrlGenerator.php/function/MetadataBubblingUrlGenerator::getContext/8.1.x