UpdateImageMetadata
class UpdateImageMetadata extendsCommand
Properties
protectedstring | $signature | The name and signature of the console command. | |
protectedstring | $description | The console command description. | |
protectedbool | $dryRun | Is this a dry run? |
Methods
void
handle()
Handle the command.
stripTileProperties()
Removes the tileProperties attribute from images.
dispatchReprocessJobs()
Dispatches jobs to process all images anew.
Details
at line38
void
handle()
Handle the command.
at line48
protected
stripTileProperties()
Removes the tileProperties attribute from images.
at line88
protected
dispatchReprocessJobs()
Dispatches jobs to process all images anew.