class VolumeObserver

Methods

bool
creating(Volume $volume)

A volume must not be created without having a creator.

bool
deleting(Volume $volume)

Handle the deletion of a volume.

deleted(Volume $volume)

Update the source name of reports when the source is deleted.

Details

at line 20
bool creating(Volume $volume)

A volume must not be created without having a creator.

Parameters

Volume $volume

Return Value

bool

at line 35
bool deleting(Volume $volume)

Handle the deletion of a volume.

Parameters

Volume $volume

Return Value

bool

at line 62
deleted(Volume $volume)

Update the source name of reports when the source is deleted.

Parameters

Volume $volume