class TestServiceWithInterface
Test service that implements test interface.
Hierarchy
- class \Drupal\Tests\Component\ProxyBuilder\TestServiceWithInterface implements \Drupal\Tests\Component\ProxyBuilder\TestInterface
Expanded class hierarchy of TestServiceWithInterface
File
-
core/
tests/ Drupal/ Tests/ Component/ ProxyBuilder/ ProxyBuilderTest.php, line 501
Namespace
Drupal\Tests\Component\ProxyBuilderView source
class TestServiceWithInterface implements TestInterface {
public function testMethod($parameter) {
}
}
Members
| Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
|---|---|---|---|---|
| TestServiceWithInterface::testMethod | public | function | Overrides TestInterface::testMethod |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.