TestInjection2.php

Same filename in this branch
  1. 9 core/modules/system/tests/modules/autowire_test/src/TestInjection2.php
Same filename in other branches
  1. 10 core/modules/system/tests/modules/services_defaults_test/src/TestInjection2.php
  2. 10 core/modules/system/tests/modules/autowire_test/src/TestInjection2.php
  3. 11.x core/modules/system/tests/modules/services_defaults_test/src/TestInjection2.php
  4. 11.x core/modules/system/tests/modules/autowire_test/src/TestInjection2.php

Namespace

Drupal\services_defaults_test

File

core/modules/system/tests/modules/services_defaults_test/src/TestInjection2.php

View source
<?php

namespace Drupal\services_defaults_test;


/**
 * A service that is injected via default autowiring.
 */
class TestInjection2 {

}

Classes

Title Deprecated Summary
TestInjection2 A service that is injected via default autowiring.

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