TestInjectionInterface.php

Same filename in this branch
  1. 10 core/modules/system/tests/modules/autowire_test/src/TestInjectionInterface.php
Same filename in other branches
  1. 9 core/modules/system/tests/modules/services_defaults_test/src/TestInjectionInterface.php
  2. 9 core/modules/system/tests/modules/autowire_test/src/TestInjectionInterface.php
  3. 11.x core/modules/system/tests/modules/services_defaults_test/src/TestInjectionInterface.php
  4. 11.x core/modules/system/tests/modules/autowire_test/src/TestInjectionInterface.php

Namespace

Drupal\services_defaults_test

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

Title Deprecated Summary
TestInjectionInterface An interface for a service that is injected via default autowiring.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.