Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Component.php

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\Plugin

Code

public function getTemplatePath() : ?string {
    return $this->metadata->path . DIRECTORY_SEPARATOR . $this->template;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal