function TestPluginDependency::setThemeHandler

File

core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php, line 188

Class

TestPluginDependency

Namespace

Drupal\Tests\Core\Plugin

Code

public function setThemeHandler(ThemeHandlerInterface $theme_handler) {
  $this->themeHandler = $theme_handler;
}

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