You are here

public function HIncludeFragmentRenderer::hasTemplating in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer::hasTemplating()

Checks if a templating engine has been set.

Return value

bool true if the templating engine has been set, false otherwise

File

vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php, line 69

Class

HIncludeFragmentRenderer
Implements the Hinclude rendering strategy.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

public function hasTemplating() {
  return null !== $this->templating;
}