Removed FactoryInterface implmentation at class level; since each now implements an __invoke() method, they are each compatible with both major versions.
Updated all factories to only accept the arguments they use (as we are not implementing an interface).
Ensured all factories that pull the config service use config vs Config for forwards compatibility.
FactoryInterface
implmentation at class level; since each now implements an__invoke()
method, they are each compatible with both major versions.config
vsConfig
for forwards compatibility.