You are here

public function Developer::hasAttribute in Apigee Edge 8

File

src/Entity/Developer.php, line 216

Class

Developer
Defines the Developer entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function hasAttribute(string $name) : bool {
  return $this->decorated
    ->hasAttribute($name);
}