DesignTokenValuePluginManagerInterface.php

Namespace

Drupal\Core\Theme\DesignToken

File

core/lib/Drupal/Core/Theme/DesignToken/DesignTokenValuePluginManagerInterface.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Core\Theme\DesignToken;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Interface for design token value manager.
 *
 * @internal
 *   This API is experimental.
 */
interface DesignTokenValuePluginManagerInterface extends PluginManagerInterface {

}

Interfaces

Title Deprecated Summary
DesignTokenValuePluginManagerInterface Interface for design token value manager.

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