You are here

TestInjectionInterface.php in Drupal 9

File

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

Namesort descending Description
TestInjectionInterface An interface for a service that is autowired.