You are here

public function BrightcoveProxyTest::testPage in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 modules/brightcove_proxy/src/Controller/BrightcoveProxyTest.php \Drupal\brightcove_proxy\Controller\BrightcoveProxyTest::testPage()
  2. 3.x modules/brightcove_proxy/src/Controller/BrightcoveProxyTest.php \Drupal\brightcove_proxy\Controller\BrightcoveProxyTest::testPage()

Returns an empty response for testing the proxy.

Return value

\Symfony\Component\HttpFoundation\Response Empty response.

1 string reference to 'BrightcoveProxyTest::testPage'
brightcove_proxy.routing.yml in modules/brightcove_proxy/brightcove_proxy.routing.yml
modules/brightcove_proxy/brightcove_proxy.routing.yml

File

modules/brightcove_proxy/src/Controller/BrightcoveProxyTest.php, line 19

Class

BrightcoveProxyTest
Dummy page for proxy testing.

Namespace

Drupal\brightcove_proxy\Controller

Code

public function testPage() {
  return new Response();
}