TestInjectionInterface.php
Same filename in this branch
Same filename in other branches
- 10 core/modules/system/tests/modules/services_defaults_test/src/TestInjectionInterface.php
- 10 core/modules/system/tests/modules/autowire_test/src/TestInjectionInterface.php
- 11.x core/modules/system/tests/modules/services_defaults_test/src/TestInjectionInterface.php
- 11.x core/modules/system/tests/modules/autowire_test/src/TestInjectionInterface.php
Namespace
Drupal\autowire_testFile
-
core/
modules/ system/ tests/ modules/ autowire_test/ src/ TestInjectionInterface.php
View source
<?php
namespace Drupal\autowire_test;
/**
* An interface for a service that is autowired.
*/
interface TestInjectionInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
TestInjectionInterface | An interface for a service that is autowired. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.