You are here

public property ServiceDefinition::$response_code in Services 9.0.x

Same name and namespace in other branches
  1. 8.4 src/Annotation/ServiceDefinition.php \Drupal\services\Annotation\ServiceDefinition::response_code

The successful response code for this definition.

Type: int

File

src/Annotation/ServiceDefinition.php, line 81

Class

ServiceDefinition
Defines a service definition annotation object.

Namespace

Drupal\services\Annotation

Code

public $response_code = 200;