class ArgumentsConfigArrayKey
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsConfigArrayKey
- 10 core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsConfigArrayKey
- 11.x core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsConfigArrayKey
A stub class used by testGetInstanceArguments().
Hierarchy
- class \Drupal\Tests\Component\Plugin\Factory\ArgumentsConfigArrayKey
Expanded class hierarchy of ArgumentsConfigArrayKey
See also
providerGetInstanceArguments()
File
-
core/
tests/ Drupal/ Tests/ Component/ Plugin/ Factory/ ReflectionFactoryTest.php, line 186
Namespace
Drupal\Tests\Component\Plugin\FactoryView source
class ArgumentsConfigArrayKey {
public function __construct($config_name) {
// No-op.
}
}
Members
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.