Manager
class Manager (View source)
Properties
| protected | $routines | ||
| protected | $additionalRoutines | ||
| protected | $sortedRoutines | 
Methods
                    registerImporterRoutine(RoutineInterface $routine)
        
                                            
                
            Registers a core importer routine. Add-on developers should use addImporterRoutine You can use this if you want to swap out a core routine.
                    getImporterRoutines()
        
                                            
                
            No description
Details
        
                            
    registerImporterRoutine(RoutineInterface $routine)
        
    
    Registers a core importer routine. Add-on developers should use addImporterRoutine You can use this if you want to swap out a core routine.
        
                            
    addImporterRoutine(RoutineInterface $routine, $addAfter)
        
    
    No description
        
                            
    getImporterRoutines()
        
    
    No description