You are here

public function ArgumentsPluginId::__construct in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsPluginId::__construct()

File

core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php, line 162
Contains \Drupal\Tests\Component\Plugin\Factory\ReflectionFactoryTest.

Class

ArgumentsPluginId
A stub class used by testGetInstanceArguments().

Namespace

Drupal\Tests\Component\Plugin\Factory

Code

public function __construct($plugin_id) {

  // No-op.
}