TestInjectionInterface.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/TestInjectionInterface.phpView source
<?php
namespace Drupal\autowire_test;
/**
* An interface for a service that is autowired.
*/
interface TestInjectionInterface {
}
Interfaces
Name | Description |
---|---|
TestInjectionInterface | An interface for a service that is autowired. |