TestInjection2.php in Drupal 10
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\autowire_testFile
core/modules/system/tests/modules/autowire_test/src/TestInjection2.phpView source
<?php
namespace Drupal\autowire_test;
/**
* A service that is autowired.
*/
class TestInjection2 {
}
Classes
Name | Description |
---|---|
TestInjection2 | A service that is autowired. |