You are here

TestInjectionInterface.php in Drupal 10

File

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

Namesort descending Description
TestInjectionInterface An interface for a service that is injected via default autowiring.