interface TestInjectionInterface in Drupal 9
An interface for a service that is autowired.
Hierarchy
- interface \Drupal\autowire_test\TestInjectionInterface
Expanded class hierarchy of TestInjectionInterface
All classes that implement TestInjectionInterface
File
- core/
modules/ system/ tests/ modules/ autowire_test/ src/ TestInjectionInterface.php, line 8
Namespace
Drupal\autowire_testView source
interface TestInjectionInterface {
}