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

Breadcrumb

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

function Environment::isAutoReload

Checks if the auto_reload option is enabled.

Return value

bool true if auto_reload is enabled, false otherwise

1 call to Environment::isAutoReload()
Environment::loadTemplate in vendor/twig/twig/src/Environment.php
Loads a template internal representation.

File

vendor/twig/twig/src/Environment.php, line 205

Class

Environment
Stores the Twig configuration and renders templates.

Namespace

Twig

Code

public function isAutoReload() {
    return $this->autoReload;
}
RSS feed
Powered by Drupal