function StringLoader::getSource
File
-
core/
lib/ Drupal/ Core/ Template/ Loader/ StringLoader.php, line 44
Class
- StringLoader
- Loads string templates, also known as inline templates.
Namespace
Drupal\Core\Template\LoaderCode
public function getSource($name) {
return $name;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.