function Environment::getLoader
3 calls to Environment::getLoader()
- Environment::createTemplate in vendor/
twig/ twig/ src/ Environment.php - Creates a template from source.
- TwigEnvironment::getTemplateMetadata in core/
lib/ Drupal/ Core/ Template/ TwigEnvironment.php - Retrieves metadata associated with a template.
- TwigEnvironment::__construct in core/
lib/ Drupal/ Core/ Template/ TwigEnvironment.php - Creates a TwigEnvironment object, including its cache and storage.
File
-
vendor/
twig/ twig/ src/ Environment.php, line 581
Class
- Environment
- Stores the Twig configuration and renders templates.
Namespace
TwigCode
public function getLoader() : LoaderInterface {
return $this->loader;
}