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