DesignTokenInterface::DOT_CONVERSION_CHARACTER

Same name and namespace in other branches
  1. main core/lib/Drupal/Core/Theme/Entity/DesignTokenInterface.php \Drupal\Core\Theme\Entity\DesignTokenInterface::DOT_CONVERSION_CHARACTER

The character used has placeholder for the dot character.

Keyed lists in config cannot accept dot. So this character is used when saving are reading the scopes in config.

File

core/lib/Drupal/Core/Theme/Entity/DesignTokenInterface.php, line 24

Class

DesignTokenInterface
Interface for design token config entity.

Namespace

Drupal\Core\Theme\Entity

Code

public const DOT_CONVERSION_CHARACTER = '%';

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