We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 373f320 + 8059598 commit bbd03a4Copy full SHA for bbd03a4
app/code/Magento/Cms/Model/ResourceModel/Block/Grid/Collection.php
@@ -84,19 +84,6 @@ public function setAggregations($aggregations)
84
$this->aggregations = $aggregations;
85
}
86
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
-
100
/**
101
* Get search criteria.
102
*
0 commit comments