public function App::setDisplayName in Apigee Edge 8
File
- src/
Entity/ App.php, line 259
Class
- App
- Base class for App Drupal entities.
Namespace
Drupal\apigee_edge\EntityCode
public function setDisplayName(string $display_name) : void {
$this->decorated
->setDisplayName($display_name);
}