class TestServiceNullableTypehintSelf
Same name in other branches
- 10 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceNullableTypeHintSelf
- 11.x core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceNullableTypeHintSelf
Hierarchy
- class \Drupal\Tests\Component\ProxyBuilder\TestServiceNullableTypehintSelf
Expanded class hierarchy of TestServiceNullableTypehintSelf
File
-
core/
tests/ Drupal/ Tests/ Component/ ProxyBuilder/ ProxyBuilderTest.php, line 444
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.