public function App::getName in Apigee Edge 8
3 calls to App::getName()
- App::label in src/
Entity/ App.php - Gets the label of the entity.
- DeveloperApp::urlRouteParameters in src/
Entity/ DeveloperApp.php - Gets an array of placeholders for this entity.
- TeamApp::urlRouteParameters in modules/
apigee_edge_teams/ src/ Entity/ TeamApp.php - Gets an array of placeholders for this entity.
File
- src/
Entity/ App.php, line 196
Class
- App
- Base class for App Drupal entities.
Namespace
Drupal\apigee_edge\EntityCode
public function getName() : ?string {
return $this->decorated
->getName();
}