class ArgumentsPluginId 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
A stub class used by testGetInstanceArguments().
Hierarchy
- class \Drupal\Tests\Component\Plugin\Factory\ArgumentsPluginId
Expanded class hierarchy of ArgumentsPluginId
See also
providerGetInstanceArguments()
File
- core/
tests/ Drupal/ Tests/ Component/ Plugin/ Factory/ ReflectionFactoryTest.php, line 160 - Contains \Drupal\Tests\Component\Plugin\Factory\ReflectionFactoryTest.
Namespace
Drupal\Tests\Component\Plugin\FactoryView source
class ArgumentsPluginId {
public function __construct($plugin_id) {
// No-op.
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ArgumentsPluginId:: |
public | function |