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