function Twig_LoaderInterface::getCacheKey

Gets the cache key to use for the cache for a given template name.

Parameters

string $name The name of the template to load:

Return value

string The cache key

Throws

Twig_Error_Loader When $name is not found

4 methods override Twig_LoaderInterface::getCacheKey()

File

drupal/core/vendor/twig/twig/lib/Twig/LoaderInterface.php, line 40

Class

Twig_LoaderInterface
Interface all loaders must implement.

Code

function getCacheKey($name);