public function DeveloperInterface::setStatus in Apigee Edge 8
Set status of the developer.
Parameters
string $status: Status of the entity.
1 method overrides DeveloperInterface::setStatus()
- Developer::setStatus in src/
Entity/ Developer.php - Set status of the developer.
File
- src/
Entity/ DeveloperInterface.php, line 42
Class
- DeveloperInterface
- Defines an interface for develper entity objects.
Namespace
Drupal\apigee_edge\EntityCode
public function setStatus(string $status) : void;