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