function StringLoader::getCacheKey

File

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

Class

StringLoader
Loads string templates, also known as inline templates.

Namespace

Drupal\Core\Template\Loader

Code

public function getCacheKey(string $name) : string {
  return $name;
}

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