function DtcgInterface::getPath

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Theme/DesignToken/DtcgInterface.php \Drupal\Core\Theme\DesignToken\DtcgInterface::getPath()

The path of the token or group.

Return value

string The path of the token or group.

2 methods override DtcgInterface::getPath()
DesignToken::getPath in core/lib/Drupal/Core/Theme/DesignToken/DesignToken.php
The path of the token or group.
Group::getPath in core/lib/Drupal/Core/Theme/DesignToken/Group.php
The path of the token or group.

File

core/lib/Drupal/Core/Theme/DesignToken/DtcgInterface.php, line 30

Class

DtcgInterface
Interface for DTCG tokens and groups.

Namespace

Drupal\Core\Theme\DesignToken

Code

public function getPath() : string;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.