Gets the cache directory or false if cache is disabled.
Return value
string|false
File
- drupal/core/vendor/twig/twig/lib/Twig/Environment.php, line 228
Class
- Twig_Environment
- Stores the Twig configuration.
Code
public function getCache() {
return $this->cache;
}