Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Definition.php
function Definition::isLazy
Whether this service is lazy.
File
vendor/
symfony/
dependency-injection/
Definition.php
, line 581
Class
Definition
Definition represents a service definition.
Namespace
Symfony\Component\DependencyInjection
Code
public
function
isLazy
() : bool {
return
$this
->
lazy
; }
RSS feed