You are here

class ArgumentsConfigArrayKey in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsConfigArrayKey

A stub class used by testGetInstanceArguments().

Hierarchy

Expanded class hierarchy of ArgumentsConfigArrayKey

See also

providerGetInstanceArguments()

File

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

Namespace

Drupal\Tests\Component\Plugin\Factory
View source
class ArgumentsConfigArrayKey {
  public function __construct($config_name) {

    // No-op.
  }

}

Members