GenerateMissing
class GenerateMissing extends Command
Properties
protected string | $signature | The name and signature of the console command. |
|
protected string | $description | The console command description. |
|
protected string | $queue | Queue to push process jobs to. |
|
protected bool | $skipPatches | Whether to skip checking for missing patches. |
|
protected bool | $skipVectors | Whether to skip checking for missing feature vectors. |
|
protected bool | $skipSvgs | Whether to skip checking for missing SVGs. |
|
protected bool | $force | Regenerate data without checking if it is missing. |
Methods
void
handle()
Execute the command.
void
handleImageAnnotations()
Check image annnotation patches
void
handleVideoAnnotations()
Check video annnotation patches
void
handleAnnotations(Builder $annotations)
No description
Details
at line 78
void
handle()
Execute the command.
at line 99
protected void
handleImageAnnotations()
Check image annnotation patches
at line 130
protected void
handleVideoAnnotations()
Check video annnotation patches
at line 158
protected void
handleAnnotations(Builder $annotations)
No description
at line 242
protected
dispatcheProcessJob(VolumeFile $file, Collection $ids)
No description