class UpdateImageMetadata extends Command

Properties

protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

protected bool $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 line 38
void handle()

Handle the command.

Return Value

void

at line 48
protected stripTileProperties()

Removes the tileProperties attribute from images.

at line 88
protected dispatchReprocessJobs()

Dispatches jobs to process all images anew.