public function ArgumentsPluginId::__construct in Drupal 9
Same name and namespace in other branches
- 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\FactoryCode
public function __construct($plugin_id) {
// No-op.
}