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.

Details

at line18
bool creating(Volume$volume)

A volume must not be created without having a creator.

Parameters

Volume $volume

Return Value

bool

at line33
bool deleting(Volume$volume)

Handle the deletion of a volume.

Parameters

Volume $volume

Return Value

bool