From 80595986e1e9e2ee11af759632922777682f302c Mon Sep 17 00:00:00 2001 From: Tristan Hofman Date: Thu, 21 Dec 2017 11:58:22 +0100 Subject: [PATCH] Backport PR8418 - Fatal error on cms block grid delete --- .../Model/ResourceModel/Block/Grid/Collection.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/code/Magento/Cms/Model/ResourceModel/Block/Grid/Collection.php b/app/code/Magento/Cms/Model/ResourceModel/Block/Grid/Collection.php index 2ef1f05c91404..259b640ee520d 100644 --- a/app/code/Magento/Cms/Model/ResourceModel/Block/Grid/Collection.php +++ b/app/code/Magento/Cms/Model/ResourceModel/Block/Grid/Collection.php @@ -84,19 +84,6 @@ public function setAggregations($aggregations) $this->aggregations = $aggregations; } - /** - * Retrieve all ids for collection - * Backward compatibility with EAV collection - * - * @param int $limit - * @param int $offset - * @return array - */ - public function getAllIds($limit = null, $offset = null) - { - return $this->getConnection()->fetchCol($this->_getAllIdsSelect($limit, $offset), $this->_bindParams); - } - /** * Get search criteria. *