TestInjection.php
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\autowire_testFile
-
core/
modules/ system/ tests/ modules/ autowire_test/ src/ TestInjection.php
View source
<?php
declare (strict_types=1);
namespace Drupal\autowire_test;
/**
* A service that is autowired.
*/
class TestInjection implements TestInjectionInterface {
}
Classes
Title | Deprecated | Summary |
---|---|---|
TestInjection | A service that is autowired. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.