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\services_defaults_testFile
-
core/
modules/ system/ tests/ modules/ services_defaults_test/ src/ TestInjectionInterface.php
View source
<?php
namespace Drupal\services_defaults_test;
/**
* An interface for a service that is injected via default autowiring.
*/
interface TestInjectionInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
TestInjectionInterface | An interface for a service that is injected via default autowiring. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.