TestInjection.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/TestInjection.phpView source
<?php
namespace Drupal\autowire_test;
/**
* A service that is autowired.
*/
class TestInjection implements TestInjectionInterface {
}
Classes
Name | Description |
---|---|
TestInjection | A service that is autowired. |