public function HttpKernel::hasEsiSupport

File

drupal/core/lib/Drupal/Core/HttpKernel.php, line 242
Definition of Drupal\Core\HttpKernel.

Class

HttpKernel
This HttpKernel is used to manage scope changes of the DI container.

Namespace

Drupal\Core

Code

public function hasEsiSupport() {
  return $this->esiSupport;
}