function StringLoader::isFresh

File

core/lib/Drupal/Core/Template/Loader/StringLoader.php, line 50

Class

StringLoader
Loads string templates, also known as inline templates.

Namespace

Drupal\Core\Template\Loader

Code

public function isFresh($name, $time) {
  return TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.