function Component::getTemplatePath
The template path.
Return value
string|null The path to the template.
File
-
core/
lib/ Drupal/ Core/ Plugin/ Component.php, line 76
Class
- Component
- Simple value object that contains information about the component.
Namespace
Drupal\Core\PluginCode
public function getTemplatePath() : ?string {
return $this->metadata->path . DIRECTORY_SEPARATOR . $this->template;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.