class 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.