You are here

public function ArgumentsPluginId::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 161
Contains \Drupal\Tests\Component\Plugin\Factory\ReflectionFactoryTest.

Class

ArgumentsPluginId
A stub class used by testGetInstanceArguments().

Namespace

Drupal\Tests\Component\Plugin\Factory

Code

public function __construct($plugin_id) {

  // No-op.
}