You are here

public function DomainInterface::setResponse in Domain Access 8

Sets the value of the response test.

Parameters

int $response: The HTTP response code to set.

1 method overrides DomainInterface::setResponse()
Domain::setResponse in domain/src/Entity/Domain.php
Sets the value of the response test.

File

domain/src/DomainInterface.php, line 123

Class

DomainInterface
Provides an interface defining a domain entity.

Namespace

Drupal\domain

Code

public function setResponse($response);