You are here

public function Developer::setStatus in Apigee Edge 8

Set status of the developer.

Parameters

string $status: Status of the entity.

Overrides DeveloperInterface::setStatus

File

src/Entity/Developer.php, line 466

Class

Developer
Defines the Developer entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function setStatus(string $status) : void {
  $this->decorated
    ->setStatus($status);
}