function LazyService::getValue
Same name in this branch
- main core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/LazyService.php \Drupal\Tests\Core\DependencyInjection\Fixture\LazyService::getValue()
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/ProxyClass/Core/DependencyInjection/Fixture/LazyService.php \Drupal\Tests\ProxyClass\Core\DependencyInjection\Fixture\LazyService::getValue()
- 11.x core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/LazyService.php \Drupal\Tests\Core\DependencyInjection\Fixture\LazyService::getValue()
File
-
core/
tests/ Drupal/ Tests/ ProxyClass/ Core/ DependencyInjection/ Fixture/ LazyService.php, line 71
Class
- LazyService
- Provides a proxy class for \Drupal\Tests\Core\DependencyInjection\Fixture\LazyService.
Namespace
Drupal\Tests\ProxyClass\Core\DependencyInjection\FixtureCode
public function getValue() : string {
return $this->lazyLoadItself()
->getValue();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.