dropElement = $dropElement; } /** * @inheritdoc */ public function isOperationDestructive() { return true; } /** * @inheritdoc */ public function getOperationName() { return self::OPERATION_NAME; } /** * @inheritdoc */ public function doOperation(ElementHistory $elementHistory) { return $this->dropElement->doOperation($elementHistory); } }