function StubRequestHandlerResourcePlugin::get

Same name in other branches
  1. 9 core/modules/rest/tests/src/Kernel/RequestHandlerTest.php \Drupal\Tests\rest\Kernel\StubRequestHandlerResourcePlugin::get()
  2. 8.9.x core/modules/rest/tests/src/Kernel/RequestHandlerTest.php \Drupal\Tests\rest\Kernel\StubRequestHandlerResourcePlugin::get()
  3. 11.x core/modules/rest/tests/src/Kernel/RequestHandlerTest.php \Drupal\Tests\rest\Kernel\StubRequestHandlerResourcePlugin::get()

File

core/modules/rest/tests/src/Kernel/RequestHandlerTest.php, line 105

Class

StubRequestHandlerResourcePlugin
Stub class where we can prophesize methods.

Namespace

Drupal\Tests\rest\Kernel

Code

public function get($example = NULL, ?Request $request = NULL) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.