You are here

TestInjection.php in Drupal 10

File

core/modules/system/tests/modules/autowire_test/src/TestInjection.php
View source
<?php

namespace Drupal\autowire_test;


/**
 * A service that is autowired.
 */
class TestInjection implements TestInjectionInterface {

}

Classes

Namesort descending Description
TestInjection A service that is autowired.