TestInjectionInterface.php in Drupal 10
Namespace
Drupal\services_defaults_testFile
core/modules/system/tests/modules/services_defaults_test/src/TestInjectionInterface.phpView source
<?php
namespace Drupal\services_defaults_test;
/**
* An interface for a service that is injected via default autowiring.
*/
interface TestInjectionInterface {
}
Interfaces
Name | Description |
---|---|
TestInjectionInterface | An interface for a service that is injected via default autowiring. |