interface TestChildInterface in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestChildInterface
- 10 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestChildInterface
Hierarchy
- interface \Drupal\Tests\Component\ProxyBuilder\TestBaseInterface
- interface \Drupal\Tests\Component\ProxyBuilder\TestChildInterface
Expanded class hierarchy of TestChildInterface
All classes that implement TestChildInterface
File
- core/
tests/ Drupal/ Tests/ Component/ ProxyBuilder/ ProxyBuilderTest.php, line 439 - Contains \Drupal\Tests\Component\ProxyBuilder\ProxyBuilderTest.
Namespace
Drupal\Tests\Component\ProxyBuilderView source
interface TestChildInterface extends TestBaseInterface {
}