class ArgumentsMany
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsMany
- 8.9.x core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsMany
- 11.x core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsMany
A stub class used by testGetInstanceArguments().
Hierarchy
- class \Drupal\Tests\Component\Plugin\Factory\ArgumentsMany
Expanded class hierarchy of ArgumentsMany
See also
providerGetInstanceArguments()
File
-
core/
tests/ Drupal/ Tests/ Component/ Plugin/ Factory/ ReflectionFactoryTest.php, line 167
Namespace
Drupal\Tests\Component\Plugin\FactoryView source
class ArgumentsMany {
public function __construct($configuration, $plugin_definition, $plugin_id, $foo = 'default_value', $what_am_i_doing_here = 'what_default') {
// No-op.
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
ArgumentsMany::__construct | public | function |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.