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

Breadcrumb

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

function HIncludeFragmentRenderer::hasTemplating

Checks if a templating engine has been set.

File

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

Class

HIncludeFragmentRenderer
Implements the Hinclude rendering strategy.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

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

API Navigation

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