TestInjection.php

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

Namespace

Drupal\autowire_test

File

core/modules/system/tests/modules/autowire_test/src/TestInjection.php

View source
<?php

declare (strict_types=1);
namespace Drupal\autowire_test;


/**
 * A service that is autowired.
 */
class TestInjection implements TestInjectionInterface {

}

Classes

Title Deprecated Summary
TestInjection A service that is autowired.

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