You are here

public function TestServiceNullableTypehintSelf::typehintSelf in Drupal 10

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceNullableTypehintSelf::typehintSelf()

File

core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php, line 446
Contains \Drupal\Tests\Component\ProxyBuilder\ProxyBuilderTest.

Class

TestServiceNullableTypehintSelf

Namespace

Drupal\Tests\Component\ProxyBuilder

Code

public function typehintSelf(?self $parameter) : ?self {
  return NULL;
}