Static functions/variables in D8 code

I see code like this in modules:

return new static(

      $container->get(‘entity.manager’)->getStorage(‘node’)

    );

How is this node storage accessed later? Does this code start the service globally so when it is referenced later, it already exists?

Tags
PHP