function ArgumentsPluginId::__construct

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsPluginId::__construct()
  2. 10 core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsPluginId::__construct()
  3. 11.x 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 162

Class

ArgumentsPluginId
A stub class used by testGetInstanceArguments().

Namespace

Drupal\Tests\Component\Plugin\Factory

Code

public function __construct($plugin_id) {
    // No-op.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.