function TestPluginDependency::setThemeHandler

File

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

Class

TestPluginDependency
Stub class for testing PluginDependencyTrait.

Namespace

Drupal\Tests\Core\Plugin

Code

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

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