You are here

abstract public function AcsfMessageResponse::failed in Acquia Cloud Site Factory Connector 8

Same name and namespace in other branches
  1. 8.2 src/AcsfMessageResponse.php \Drupal\acsf\AcsfMessageResponse::failed()

Defines whether or not the call failed.

Client code needs to analyze the response and determine failure.

2 methods override AcsfMessageResponse::failed()
AcsfMessageResponseRest::failed in src/AcsfMessageResponseRest.php
Implements AcsfMessageResponse::failed().
AcsfMessageResponseUnitTest::failed in tests/AcsfMessageResponseUnitTest.inc
Determines whether the test failed.

File

src/AcsfMessageResponse.php, line 56

Class

AcsfMessageResponse
AcsfMessageResponse.

Namespace

Drupal\acsf

Code

public abstract function failed();