You are here

public function TeamInterface::setStatus in Apigee Edge 8

Set status of the team.

Parameters

string $status: Status of the entity.

1 method overrides TeamInterface::setStatus()
Team::setStatus in modules/apigee_edge_teams/src/Entity/Team.php
Set status of the team.

File

modules/apigee_edge_teams/src/Entity/TeamInterface.php, line 37

Class

TeamInterface
Defines an interface for Team entity objects.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function setStatus(string $status) : void;