abstract public function AcsfMessageResponse::failed in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 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
- This simple interface defines the way that responses are constructed.
Namespace
Drupal\acsfCode
public abstract function failed();