You are here

TestInjection2.php in Drupal 10

File

core/modules/system/tests/modules/autowire_test/src/TestInjection2.php
View source
<?php

namespace Drupal\autowire_test;


/**
 * A service that is autowired.
 */
class TestInjection2 {

}

Classes

Namesort descending Description
TestInjection2 A service that is autowired.