PreProcessorInterface
interface PreProcessorInterface implements ProcessorInterface (View source)
Methods
$this
from
ProcessorInterface
int
getPreProcessPriority()
Get the priority of this pre-processor.
bool
shouldPreProcess(ImportingFile $file, ImportOptions $options)
Check if this pre-processor should process a file being imported.
Details
$this
readConfiguration(Repository $config)
Initialize the processor from the configured values.
int
getPreProcessPriority()
Get the priority of this pre-processor.
bool
shouldPreProcess(ImportingFile $file, ImportOptions $options)
Check if this pre-processor should process a file being imported.
preProcess(ImportingFile $file, ImportOptions $options)
Pre-process a file being imported.