Skip to content

Commit f5ed165

Browse files
author
Oleksandr Iegorov
committed
Merge branch '2.1-develop' of https://github.com/magento/magento2ce into MAGETWO-69496
2 parents 2d5e2b3 + e738316 commit f5ed165

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/code/Magento/Cms/Model/ResourceModel/Block/Grid/Collection.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,6 @@ public function setAggregations($aggregations)
8484
$this->aggregations = $aggregations;
8585
}
8686

87-
/**
88-
* Retrieve all ids for collection
89-
* Backward compatibility with EAV collection
90-
*
91-
* @param int $limit
92-
* @param int $offset
93-
* @return array
94-
*/
95-
public function getAllIds($limit = null, $offset = null)
96-
{
97-
return $this->getConnection()->fetchCol($this->_getAllIdsSelect($limit, $offset), $this->_bindParams);
98-
}
99-
10087
/**
10188
* Get search criteria.
10289
*

0 commit comments

Comments
 (0)