InterventionManagerFactory
class InterventionManagerFactory implements Factory (View source)
Instantiates an intervention ImageManager class with its own driver instance.
This is necessary to avoid having a singleton of the driver used across all image managers,
which is what happens if we try to do this using %$InterventionImageDriver
yaml config.
Methods
Details
object|null
create(string $service, array $params = [])
Creates a new service instance.