function InjectedService::greet

Same name in other branches
  1. 9 core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php \Drupal\new_dependency_test\InjectedService::greet()
  2. 8.9.x core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php \Drupal\new_dependency_test\InjectedService::greet()
  3. 10 core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php \Drupal\new_dependency_test\InjectedService::greet()

Get the simple greeting from the service.

Return value

string The greeting.

File

core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php, line 37

Class

InjectedService
Generic service with a dependency on a service defined in a new module.

Namespace

Drupal\new_dependency_test

Code

public function greet() {
    return $this->service
        ->greet();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.