function SetterInjection::greet
Same name in other branches
- 9 core/modules/system/tests/modules/new_dependency_test/src/SetterInjection.php \Drupal\new_dependency_test\SetterInjection::greet()
- 10 core/modules/system/tests/modules/new_dependency_test/src/SetterInjection.php \Drupal\new_dependency_test\SetterInjection::greet()
- 11.x core/modules/system/tests/modules/new_dependency_test/src/SetterInjection.php \Drupal\new_dependency_test\SetterInjection::greet()
Get the simple greeting from the service.
Return value
string The greeting.
File
-
core/
modules/ system/ tests/ modules/ new_dependency_test/ src/ SetterInjection.php, line 35
Class
- SetterInjection
- Generic service which uses setter injection.
Namespace
Drupal\new_dependency_testCode
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.