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 line 19
bool creating(Volume $volume)

A volume must not be created without having a creator.

Parameters

Volume $volume

Return Value

bool

at line 34
bool deleting(Volume $volume)

Handle the deletion of a volume.

Parameters

Volume $volume

Return Value

bool