You are here

public function DomainInterface::getResponse in Domain Access 8

Retrieves the value of the response test.

Return value

int The HTTP response code of the domain test, expected to be 200.

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

File

domain/src/DomainInterface.php, line 115

Class

DomainInterface
Provides an interface defining a domain entity.

Namespace

Drupal\domain

Code

public function getResponse();