setDelete no longer works. Create a SQLDelete object instead, or use toDelete()'; Deprecation::notice('3.2', $message); throw new BadMethodCallException($message); } /** * @deprecated since version 3.2 */ public function getDelete() { Deprecation::notice('3.2', 'Use SQLDelete object instead'); return false; } }