class ArgumentsPluginId

Same name in other branches
  1. 9 core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsPluginId
  2. 8.9.x core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsPluginId
  3. 10 core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php \Drupal\Tests\Component\Plugin\Factory\ArgumentsPluginId

A stub class used by testGetInstanceArguments().

Hierarchy

Expanded class hierarchy of ArgumentsPluginId

See also

providerGetInstanceArguments()

File

core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php, line 154

Namespace

Drupal\Tests\Component\Plugin\Factory
View source
class ArgumentsPluginId {
    public function __construct($plugin_id) {
        // No-op.
    }

}

Members

Title Sort descending Modifiers Object type Summary
ArgumentsPluginId::__construct public function

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