public function ArgumentsMany::__construct in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsMany::__construct()
File
- core/
tests/ Drupal/ Tests/ Component/ Plugin/ Factory/ ReflectionFactoryTest.php, line 175 - Contains \Drupal\Tests\Component\Plugin\Factory\ReflectionFactoryTest.
Class
- ArgumentsMany
- A stub class used by testGetInstanceArguments().
Namespace
Drupal\Tests\Component\Plugin\FactoryCode
public function __construct($configuration, $plugin_definition, $plugin_id, $foo = 'default_value', $what_am_i_doing_here = 'what_default') {
// No-op.
}