You are here

public function ArgumentsConfigArrayKey::__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\ArgumentsConfigArrayKey::__construct()

File

core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php, line 189
Contains \Drupal\Tests\Component\Plugin\Factory\ReflectionFactoryTest.

Class

ArgumentsConfigArrayKey
A stub class used by testGetInstanceArguments().

Namespace

Drupal\Tests\Component\Plugin\Factory

Code

public function __construct($config_name) {

  // No-op.
}