You are here

public function App::getAppFamily in Apigee Edge 8

File

src/Entity/App.php, line 74

Class

App
Base class for App Drupal entities.

Namespace

Drupal\apigee_edge\Entity

Code

public function getAppFamily() : string {
  return $this->decorated
    ->getAppFamily();
}