class TestServiceNullableTypeHintSelf
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceNullableTypehintSelf
- 10 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceNullableTypeHintSelf
Test service with a nullable self parameter.
Hierarchy
- class \Drupal\Tests\Component\ProxyBuilder\TestServiceNullableTypeHintSelf
Expanded class hierarchy of TestServiceNullableTypeHintSelf
File
-
core/
tests/ Drupal/ Tests/ Component/ ProxyBuilder/ ProxyBuilderTest.php, line 456
Namespace
Drupal\Tests\Component\ProxyBuilderView source
class TestServiceNullableTypeHintSelf {
public function typeHintSelf(?self $parameter) : ?self {
return NULL;
}
}
Members
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.