You are here

public function TestConfigEntityWithPluginCollections::setPluginManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php \Drupal\Tests\Core\Config\Entity\TestConfigEntityWithPluginCollections::setPluginManager()

File

core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php, line 651
Contains \Drupal\Tests\Core\Config\Entity\ConfigEntityBaseUnitTest.

Class

TestConfigEntityWithPluginCollections

Namespace

Drupal\Tests\Core\Config\Entity

Code

public function setPluginManager(PluginManagerInterface $plugin_manager) {
  $this->pluginManager = $plugin_manager;
}