You are here

public function WSCallInterface::lastCallStatus in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/WSCallInterface.php \Drupal\wsdata\Entity\WSCallInterface::lastCallStatus()

Retrieve information about the last call made.

1 method overrides WSCallInterface::lastCallStatus()
WSCall::lastCallStatus in src/Entity/WSCall.php
Returns the status of the last call.

File

src/Entity/WSCallInterface.php, line 30

Class

WSCallInterface
Provides an interface for defining Web Service Call entities.

Namespace

Drupal\wsdata\Entity

Code

public function lastCallStatus();