Method: Dry::System::Provider#provider_container

Defined in:
lib/dry/system/provider.rb

#provider_containerDry::Core::Container (readonly) Also known as: container

Returns the container for the provider.

This is where the provider’s source will register its components, which are then later marged into the target container after the prepare and start lifecycle steps.



96
97
98
# File 'lib/dry/system/provider.rb', line 96

def provider_container
  @provider_container
end