You are here

public function HostingFieldCleanup::disableModule in Aegir Objects 7.3

Call this method when disabling a module.

File

classes/HostingFieldCleanup.inc, line 18
The HostingFieldCleanup class.

Class

HostingFieldCleanup
@file The HostingFieldCleanup class.

Code

public function disableModule() {
  return $this
    ->deleteFieldInstances();
}