You are here

TestInjection.php in Drupal 10

File

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

namespace Drupal\services_defaults_test;


/**
 * A service that is injected via default autowiring.
 */
class TestInjection implements TestInjectionInterface {

}

Classes

Namesort descending Description
TestInjection A service that is injected via default autowiring.